mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-22 16:24:00 +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:
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user