We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a2b0fc commit ea47cfaCopy full SHA for ea47cfa
.github/workflows/ci-macos.yml
@@ -93,7 +93,7 @@ jobs:
93
# Actual: /usr/local/bin/ninja
94
# Searched: /opt/homebrew/bin/ninja
95
- name: Symbolic link Ninja # Workaround for CMake not checking the right area for Ninja
96
- run: ln -s /opt/homebrew/bin/ninja /usr/local/bin/ninja
+ run: ln -s /usr/local/bin/ninja /opt/homebrew/bin/ninja
97
98
- name: Configure
99
run: cmake --preset="${{ matrix.configurePreset }}" -DCMAKE_CXX_STANDARD="${{ matrix.cxx_version }}"
0 commit comments