mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-25 22:42:04 +02:00
Fix buggy go version on macos github action
This commit is contained in:
parent
09dfaf00fa
commit
6a3f123c53
2
.github/workflows/go-test.yml
vendored
2
.github/workflows/go-test.yml
vendored
@ -23,6 +23,8 @@ jobs:
|
||||
- name: Go test
|
||||
if: ${{ !startsWith(github.event.head_commit.message, 'Release') }}
|
||||
run: |
|
||||
# https://github.com/actions/setup-go/issues/107
|
||||
cp -f `which go` /usr/bin/go
|
||||
sudo apt-get update || true
|
||||
sudo apt-get install -y zsh || true
|
||||
make test
|
||||
|
Loading…
x
Reference in New Issue
Block a user