Skip to content

Commit 688711b

Browse files
author
codethinki
committed
broke the ci build by not having ninja somehow
1 parent ce81de7 commit 688711b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/run-example.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ jobs:
7575
- name: Install CMake (Windows)
7676
if: runner.os == 'Windows'
7777
run: pip install cmake --upgrade
78+
79+
- name: install ninja
80+
run: pip install ninja --upgrade
7881

7982
- name: Cache Vcpkg Tool (Windows)
8083
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)