Skip to content

Commit

Permalink
ci: try proper unrar
Browse files Browse the repository at this point in the history
  • Loading branch information
markokr committed Sep 17, 2023
1 parent 19b9fde commit 4fe9ee8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,9 @@ jobs:
shell: cmd
run: |
set "PATH=c:\msys64\usr\bin;%PATH%"
pacman -S --noconfirm --needed unrar bsdtar p7zip
pacman -S --noconfirm --needed bsdtar p7zip wget
wget https://www.rarlab.com/rar/unrarw32.exe
7z x unrarw32.exe
unrar
bsdtar -h
7z i
Expand Down

0 comments on commit 4fe9ee8

Please sign in to comment.