We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4024cf0 + 8500bf7 commit daddc62Copy full SHA for daddc62
.github/workflows/test.yml
@@ -104,9 +104,6 @@ jobs:
104
runs-on: ${{ matrix.os }}
105
steps:
106
- 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
+ - run: curl https://raw.githubusercontent.com/nektos/act/master/install.sh | sudo bash
111
- 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
+ - run: ./bin/act -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:js-20.04 push -j simple-build
0 commit comments