Undo attempted fix

This commit is contained in:
David Dworken 2022-09-19 13:01:00 -07:00
parent d990b1e5a5
commit afe1fc5043

View File

@ -23,8 +23,6 @@ jobs:
- name: Go test
if: ${{ !startsWith(github.event.head_commit.message, 'Release') }}
run: |
# https://github.com/actions/setup-go/issues/107
sudo cp -f `which go` /usr/bin/go
sudo apt-get update || true
sudo apt-get install -y zsh || true
make test