Skip to content

Commit

Permalink
Update windows_build_test_and_push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Idhrendur authored Dec 17, 2024
1 parent 3e98860 commit d2bfbd2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/windows_build_test_and_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,10 @@ jobs:
git -c submodule."external/commonItems".update=none `
submodule update --init --recursive external\Fronter
- name: Install ninja
run: |
choco install ninja
- name: Build with cmake
shell: cmd
run: |
Expand Down

0 comments on commit d2bfbd2

Please sign in to comment.