mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-24 14:01:46 +02: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
|
- name: Go test
|
||||||
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
|
|
||||||
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…
x
Reference in New Issue
Block a user