Skip to content

Commit

Permalink
Enforce Fix sym link issue
Browse files Browse the repository at this point in the history
Signed-off-by: Ian <[email protected]>
  • Loading branch information
Rinzii committed Dec 27, 2024
1 parent b83f54b commit ff105b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ jobs:
# Actual: /usr/local/bin/ninja
# Searched: /opt/homebrew/bin/ninja
- name: Symbolic link Ninja # Workaround for CMake not checking the right area for Ninja
run: mkdir -p /opt/homebrew/bin && ln -s /usr/local/bin/ninja /opt/homebrew/bin/ninja
run: sudo mkdir -p /opt/homebrew/bin && sudo ln -s /usr/local/bin/ninja /opt/homebrew/bin/ninja


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

0 comments on commit ff105b0

Please sign in to comment.