Skip to content

Commit e668311

Browse files
committed
Experimental output
Signed-off-by: Ian <[email protected]>
1 parent 0b07d7a commit e668311

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/ci-macos.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,15 @@ jobs:
8585
./**/out
8686
key: ${{ runner.os }}-${{ matrix.name }}
8787

88-
- name: Install Homebrew
89-
run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
90-
9188
- name: Install Ninja
9289
run: brew install ninja
9390

91+
- name: Where is Ninja
92+
run: |
93+
which ninja
94+
ninja --version
95+
ls -l /opt/homebrew/bin/
96+
9497
- name: Configure
9598
run: cmake --preset="${{ matrix.configurePreset }}" -DCMAKE_CXX_STANDARD="${{ matrix.cxx_version }}"
9699

0 commit comments

Comments
 (0)