Skip to content

Commit ea47cfa

Browse files
committed
Additional work around for issues with cmake
Signed-off-by: Ian <[email protected]>
1 parent 0a2b0fc commit ea47cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
# Actual: /usr/local/bin/ninja
9494
# Searched: /opt/homebrew/bin/ninja
9595
- 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
96+
run: ln -s /usr/local/bin/ninja /opt/homebrew/bin/ninja
9797

9898
- name: Configure
9999
run: cmake --preset="${{ matrix.configurePreset }}" -DCMAKE_CXX_STANDARD="${{ matrix.cxx_version }}"

0 commit comments

Comments
 (0)