mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-22 08:14:02 +01:00
Another attempt at fixing macos action tests
This commit is contained in:
parent
bd75a65e52
commit
9f1ad28802
3
.github/workflows/go-test.yml
vendored
3
.github/workflows/go-test.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: 1.18
|
||||
- name: Go test
|
||||
@ -25,5 +25,4 @@ jobs:
|
||||
run: |
|
||||
sudo apt-get update || true
|
||||
sudo apt-get install -y zsh || true
|
||||
cp -f `which go` /usr/bin/go
|
||||
make test
|
||||
|
Loading…
Reference in New Issue
Block a user