Skip to content

Commit

Permalink
Install archive programs in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wummel committed Oct 27, 2023
1 parent eaea376 commit 1d21338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install archive programs
run: >
sudo apt-get update &&
sudo apt-get install arj bzip2 lbzip2 pbzip2 cabextract ncompress cpio lzop p7zip-full zip unzip rpm2cpio binutils lha unace unalz unar lrzip lhasa tar xdms lzip plzip clzip pdlzip sharutils flac libarchive-tools archmage genisoimage
sudo apt-get install arj bzip2 lbzip2 pbzip2 cabextract ncompress cpio lzop p7zip-full zip unzip rpm2cpio binutils lhasa unace unalz unar lrzip lhasa tar xdms lzip plzip clzip pdlzip sharutils flac libarchive-tools archmage genisoimage
- name: Test with pytest
run: |
Expand Down

0 comments on commit 1d21338

Please sign in to comment.