mirror of
https://github.com/megastep/makeself.git
synced 2025-12-24 11:51:16 +08:00
zstd and openssl are already installed on macOS
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user