Skip to content

Commit

Permalink
Correct nv argument for the wget
Browse files Browse the repository at this point in the history
  • Loading branch information
jun66j5 committed May 1, 2024
1 parent 3b11018 commit 834a2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
run: |
set -ex
test -d arc || mkdir arc
wget nv -N -P arc "$SVNARC" "${SVNARC%.tar.bz2}.zip"
wget -nv -N -P arc "$SVNARC" "${SVNARC%.tar.bz2}.zip"
- name: Download SWIG archives
if: ${{ contains(fromJson(steps.convert.outputs.targets), 'swig-pl') ||
Expand Down

0 comments on commit 834a2d2

Please sign in to comment.