diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 152b3c8..455abaf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,7 +46,7 @@ jobs: - name: Install macOS packages if: runner.os == 'macOS' - run: brew install pbzip2 coreutils openssl zstd + run: brew install pbzip2 coreutils - name: Checkout Makeself uses: actions/checkout@v4