Skip to content

Commit

Permalink
CI: Test ninja version in windows CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamievlin committed Aug 24, 2024
1 parent 5dc43f3 commit 2f722b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/initialize-windows-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ runs:
- name: Install ninja
shell: pwsh
run: choco install ninja -y
- name: Test ninja version
shell: pwsh
run: ninja --version
- name: Cache Vcpkg
id: cache-vcpkg
uses: actions/cache@v4
Expand Down

0 comments on commit 2f722b5

Please sign in to comment.