mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-07 02:28:53 +08:00
Add missing if condition to MacOS setup
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -94,7 +94,7 @@ jobs:
|
|||||||
cmake \
|
cmake \
|
||||||
cmake-data
|
cmake-data
|
||||||
- name: MacOS setup
|
- name: MacOS setup
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS' && steps.settings.outputs.needs-build == 'true'
|
||||||
run: |
|
run: |
|
||||||
brew install \
|
brew install \
|
||||||
autoconf \
|
autoconf \
|
||||||
|
|||||||
Reference in New Issue
Block a user