Skip to content

Commit 8325fc5

Browse files
committed
Use GNU's wget (since BusyBox's wget tries to use IPv6)
1 parent e28b877 commit 8325fc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100

101101
steps:
102102
- name: Install essentials
103-
run: apk add bash python3 tar
103+
run: apk add bash python3 tar wget
104104

105105
- name: Check out repository code
106106
uses: actions/checkout@v4
@@ -121,7 +121,7 @@ jobs:
121121
openbsd
122122
123123
- name: Run test
124-
run: tests/example -v ${{ matrix.version }} -a ${{ matrix.arch }}
124+
run: timeout 1800 tests/example -v ${{ matrix.version }} -a ${{ matrix.arch }}
125125

126126
- name: Keep artifacts
127127
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)