We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc90e58 commit 3abcd7aCopy full SHA for 3abcd7a
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
if: matrix.container == 'ubuntu:latest'
33
run: |
34
apt update
35
- apt -y install git make pbzip2 binutils bzip2 gnupg
+ apt -y install git make pbzip2 binutils bzip2 zstd gnupg
36
37
- name: Install RockyLinux packages
38
if: matrix.container == 'rockylinux:9'
@@ -46,7 +46,7 @@ jobs:
46
47
- name: Install macOS packages
48
if: runner.os == 'macOS'
49
- run: brew install pbzip2 coreutils zstd
+ run: brew install pbzip2 coreutils
50
51
- name: Checkout Makeself
52
uses: actions/checkout@v4
0 commit comments