Another attempt at fixing the macos runner

This commit is contained in:
David Dworken 2022-09-20 23:09:28 -07:00
parent 694c2e2679
commit bd75a65e52

View File

@ -25,4 +25,5 @@ jobs:
run: |
sudo apt-get update || true
sudo apt-get install -y zsh || true
cp -f `which go` /usr/bin/go
make test