mirror of
https://github.com/ddworken/hishtory.git
synced 2025-02-13 00:50:22 +01:00
Next attempt to fix buggy go version
This commit is contained in:
parent
6a3f123c53
commit
d990b1e5a5
2
.github/workflows/go-test.yml
vendored
2
.github/workflows/go-test.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
if: ${{ !startsWith(github.event.head_commit.message, 'Release') }}
|
if: ${{ !startsWith(github.event.head_commit.message, 'Release') }}
|
||||||
run: |
|
run: |
|
||||||
# https://github.com/actions/setup-go/issues/107
|
# https://github.com/actions/setup-go/issues/107
|
||||||
cp -f `which go` /usr/bin/go
|
sudo cp -f `which go` /usr/bin/go
|
||||||
sudo apt-get update || true
|
sudo apt-get update || true
|
||||||
sudo apt-get install -y zsh || true
|
sudo apt-get install -y zsh || true
|
||||||
make test
|
make test
|
||||||
|
Loading…
Reference in New Issue
Block a user