Skip to content

Commit c20ce10

Browse files
install ninja on windows
1 parent d6283be commit c20ce10

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main_ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ jobs:
108108
- name: Install XNA Framework Redistributables
109109
run: choco install xna -y
110110

111+
- name: Install Ninja
112+
run: choco install ninja -y
113+
111114
- name: Setup vcpkg
112115
run: |
113116
mkdir -p ${{ env.VCPKG_DEFAULT_BINARY_CACHE }}

0 commit comments

Comments
 (0)