Skip to content

Commit

Permalink
Fix tar
Browse files Browse the repository at this point in the history
  • Loading branch information
HeavenVolkoff committed Jul 31, 2024
1 parent 16cfefe commit c58836f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
pax
curl -L "https://www.rarlab.com/rar/rarlinux-x64-701.tar.gz" \
| tar -czf- -C "${HOME}"
| tar -xzf- -C "${HOME}"
mv "${HOME}/rar"/{rar,unrar} /usr/bin
mv "${HOME}/rar/default.sfx" /usr/lib/default.sfx
Expand Down

0 comments on commit c58836f

Please sign in to comment.