Skip to content

Commit c5e83e5

Browse files
domenkozarRyan
andcommitted
Update .github/workflows/test.yml
Co-authored-by: Ryan <me@hackerc.at>
1 parent 5315c85 commit c5e83e5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,5 @@ jobs:
117117
runs-on: ${{ matrix.os }}
118118
steps:
119119
- uses: actions/checkout@v2.4.0
120-
- name: Setup act
121-
uses: actionsflow/setup-act-for-actionsflow@v1
122-
- run: act -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:full-20.04 push -j simple-build
120+
- run: go install github.com/nektos/act@latest
121+
- run: ~/go/bin/act -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:full-20.04 push -j simple-build

0 commit comments

Comments
 (0)