mirror of
https://github.com/megastep/makeself.git
synced 2025-09-26 19:41:12 +08:00
Fix correct line for zstd
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
if: matrix.container == 'ubuntu:latest'
|
||||
run: |
|
||||
apt update
|
||||
apt -y install git make pbzip2 binutils bzip2 gnupg
|
||||
apt -y install git make pbzip2 binutils bzip2 zstd gnupg
|
||||
|
||||
- name: Install RockyLinux packages
|
||||
if: matrix.container == 'rockylinux:9'
|
||||
@@ -46,7 +46,7 @@ jobs:
|
||||
|
||||
- name: Install macOS packages
|
||||
if: runner.os == 'macOS'
|
||||
run: brew install pbzip2 coreutils zstd
|
||||
run: brew install pbzip2 coreutils
|
||||
|
||||
- name: Checkout Makeself
|
||||
uses: actions/checkout@v4
|
||||
|
Reference in New Issue
Block a user