Skip to content

Commit

Permalink
Fix install 7-Zip x86 on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rikyoz committed Feb 18, 2025
1 parent 8138ebf commit 4f5c5bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_windows19.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
shell: bash
run: |
curl -L https://7-zip.org/a/7z2409.exe --output 7z2409.exe
./7z2409.exe
./7z2409.exe /S
- uses: ilammy/msvc-dev-cmd@v1
with:
Expand Down

0 comments on commit 4f5c5bf

Please sign in to comment.