Skip to content

Commit daddc62

Browse files
authored
Merge pull request #144 from cachix/fix-ci
try to fix act test
2 parents 4024cf0 + 8500bf7 commit daddc62

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,6 @@ jobs:
104104
runs-on: ${{ matrix.os }}
105105
steps:
106106
- uses: actions/checkout@v3
107-
- uses: actions/setup-go@v3
108-
with:
109-
go-version: '^1.16'
110-
- run: go install github.com/nektos/act@latest
107+
- run: curl https://raw.githubusercontent.com/nektos/act/master/install.sh | sudo bash
111108
- run: docker pull ghcr.io/catthehacker/ubuntu:js-20.04
112-
- run: ~/go/bin/act -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:js-20.04 push -j simple-build
109+
- run: ./bin/act -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:js-20.04 push -j simple-build

0 commit comments

Comments
 (0)