Skip to content

Commit 3abcd7a

Browse files
committed
Fix correct line for zstd
1 parent fc90e58 commit 3abcd7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
if: matrix.container == 'ubuntu:latest'
3333
run: |
3434
apt update
35-
apt -y install git make pbzip2 binutils bzip2 gnupg
35+
apt -y install git make pbzip2 binutils bzip2 zstd gnupg
3636
3737
- name: Install RockyLinux packages
3838
if: matrix.container == 'rockylinux:9'
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Install macOS packages
4848
if: runner.os == 'macOS'
49-
run: brew install pbzip2 coreutils zstd
49+
run: brew install pbzip2 coreutils
5050

5151
- name: Checkout Makeself
5252
uses: actions/checkout@v4

0 commit comments

Comments
 (0)