mirror of
https://github.com/ddworken/hishtory.git
synced 2024-12-23 23:39:02 +01:00
Undo attempted fix
This commit is contained in:
parent
d990b1e5a5
commit
afe1fc5043
2
.github/workflows/go-test.yml
vendored
2
.github/workflows/go-test.yml
vendored
@ -23,8 +23,6 @@ jobs:
|
||||
- name: Go test
|
||||
if: ${{ !startsWith(github.event.head_commit.message, 'Release') }}
|
||||
run: |
|
||||
# https://github.com/actions/setup-go/issues/107
|
||||
sudo cp -f `which go` /usr/bin/go
|
||||
sudo apt-get update || true
|
||||
sudo apt-get install -y zsh || true
|
||||
make test
|
||||
|
Loading…
Reference in New Issue
Block a user