From 3abcd7ae7452b531872c03330689180548e10f7f Mon Sep 17 00:00:00 2001 From: Stephane Peter Date: Thu, 22 Aug 2024 15:32:16 -0700 Subject: [PATCH] Fix correct line for zstd --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0010fbd..dc3e811 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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