Skip to content

Commit ff105b0

Browse files
committed
Enforce Fix sym link issue
Signed-off-by: Ian <[email protected]>
1 parent b83f54b commit ff105b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-macos.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ jobs:
9090
# Actual: /usr/local/bin/ninja
9191
# Searched: /opt/homebrew/bin/ninja
9292
- name: Symbolic link Ninja # Workaround for CMake not checking the right area for Ninja
93-
run: mkdir -p /opt/homebrew/bin && ln -s /usr/local/bin/ninja /opt/homebrew/bin/ninja
93+
run: sudo mkdir -p /opt/homebrew/bin && sudo ln -s /usr/local/bin/ninja /opt/homebrew/bin/ninja
94+
9495

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

0 commit comments

Comments
 (0)