Skip to content

Commit 93e47ff

Browse files
committed
fixed package names at ubuntu and macos installation step
1 parent 722f9ea commit 93e47ff

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,12 @@ jobs:
4949
zip \
5050
unzip \
5151
tar \
52-
lha \
52+
lhasa \
5353
binutils \
54-
cpio
55-
56-
sudo apt-get install -y rar || echo "rar not available in main repos"
57-
sudo apt-get install -y zpaq || echo "zpaq not available in main repos"
58-
sudo apt-get install -y pigz || echo "pigz not available"
54+
cpio \
55+
rar \
56+
zpaq \
57+
pigz
5958
6059
- name: Install compression tools on macOS
6160
if: matrix.os == 'macos-latest'
@@ -80,11 +79,10 @@ jobs:
8079
unrar \
8180
rar \
8281
zip \
83-
lha \
84-
pigz
85-
86-
brew install zpaq || echo "zpaq not available via Homebrew"
87-
brew install gnu-tar || echo "gnu-tar not available"
82+
lhasa \
83+
pigz \
84+
zpaq \
85+
gnu-tar
8886
8987
- name: Verify installed tools
9088
run: |

0 commit comments

Comments
 (0)