Add missing if condition to MacOS setup

This commit is contained in:
Tatsuhiro Tsujikawa
2023-03-16 19:31:41 +09:00
parent 7efbcfecff
commit 448c68ef01

View File

@@ -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 \