Skip to content

Commit

Permalink
Fix correct line for zstd
Browse files Browse the repository at this point in the history
  • Loading branch information
megastep committed Aug 22, 2024
1 parent fc90e58 commit 3abcd7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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
Expand Down

0 comments on commit 3abcd7a

Please sign in to comment.