Skip to content

Commit

Permalink
Use GNU's wget (since BusyBox's wget tries to use IPv6)
Browse files Browse the repository at this point in the history
  • Loading branch information
rootmos committed Jul 24, 2024
1 parent c6df05f commit 289edc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:

steps:
- name: Install essentials
run: apk add bash python3 tar
run: apk add bash python3 tar wget

- name: Check out repository code
uses: actions/checkout@v4
Expand All @@ -121,7 +121,7 @@ jobs:
openbsd
- name: Run test
run: tests/example -v ${{ matrix.version }} -a ${{ matrix.arch }}
run: timeout 1800 tests/example -v ${{ matrix.version }} -a ${{ matrix.arch }}

- name: Keep artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 289edc8

Please sign in to comment.