Skip to content

Commit c0225a6

Browse files
committed
Install Ninja using pipx
1 parent 8790491 commit c0225a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626

2727
- uses: actions/checkout@v4
2828

29+
- name: Install Ninja
30+
run: pipx install ninja
31+
2932
- name: Configure (Linux/macOS)
3033
if: matrix.os != 'windows-latest'
3134
run: cmake -GNinja -DCMAKE_BUILD_TYPE=Release -Bbuild

0 commit comments

Comments
 (0)