diff --git a/.github/workflows/build-macos-binary.yml b/.github/workflows/build-macos-binary.yml index 25528be..db88e62 100644 --- a/.github/workflows/build-macos-binary.yml +++ b/.github/workflows/build-macos-binary.yml @@ -26,7 +26,7 @@ jobs: fetch-tags: true - name: Install macOS missing packages and mark os suffix - - run: | + run: | brew install automake gzip echo "SPC_BUILD_OS=macos" >> $GITHUB_ENV