File tree Expand file tree Collapse file tree 1 file changed +9
-11
lines changed
Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments