Another attempt at fixing macos action tests

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

View File

@ -17,7 +17,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v2 uses: actions/setup-go@v3
with: with:
go-version: 1.18 go-version: 1.18
- name: Go test - name: Go test
@ -25,5 +25,4 @@ jobs:
run: | run: |
sudo apt-get update || true sudo apt-get update || true
sudo apt-get install -y zsh || true sudo apt-get install -y zsh || true
cp -f `which go` /usr/bin/go
make test make test