Instal fish in github actions

This commit is contained in:
David Dworken 2022-10-19 17:58:32 -07:00
parent 406b36f765
commit 6e4be9c6a1

View File

@ -24,6 +24,6 @@ jobs:
if: ${{ !startsWith(github.event.head_commit.message, 'Release') }}
run: |
sudo apt-get update || true
sudo apt-get install -y zsh || true
sudo apt-get install -y zsh fish || true
which go
make test