Skip to content

Commit da59201

Browse files
committed
Check path of ninja
Signed-off-by: Ian <[email protected]>
1 parent f5f06ee commit da59201

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
@@ -95,7 +95,7 @@ jobs:
9595
run: |
9696
which ninja
9797
ninja --version
98-
ls -l /opt/homebrew/bin/
98+
cat $PATH
9999
100100
- name: Configure
101101
run: cmake --preset="${{ matrix.configurePreset }}" -DCMAKE_CXX_STANDARD="${{ matrix.cxx_version }}"

0 commit comments

Comments
 (0)