Skip to content

Commit

Permalink
ci: use unrarw64 on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
markokr committed Mar 31, 2024
1 parent 1acfbce commit c25414c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ jobs:
run: |
set "PATH=c:\msys64\usr\bin;%PATH%"
pacman -S --noconfirm --needed bsdtar p7zip
curl -sS -o unrarw32.exe https://www.rarlab.com/rar/unrarw32.exe
7z x unrarw32.exe
curl -sS -o unrarw64.exe https://www.rarlab.com/rar/unrarw64.exe
7z x unrarw64.exe
unrar
bsdtar -h
7z i
Expand Down

0 comments on commit c25414c

Please sign in to comment.