Skip to content

Commit

Permalink
CI: windows: Install ninja
Browse files Browse the repository at this point in the history
It was only available as a transitive dependency.

actions/runner-images#8343
  • Loading branch information
syyyr committed Sep 20, 2023
1 parent fdf3f33 commit c884445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/cmake/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ runs:
- name: Install Windows deps
if: runner.os == 'Windows'
run: |
vcpkg install doctest:x64-mingw-dynamic trompeloeil:x64-mingw-dynamic
vcpkg install doctest:x64-mingw-dynamic trompeloeil:x64-mingw-dynamic vcpkg-tool-ninja:native
echo cmake_extra_args="'-DCMAKE_TOOLCHAIN_FILE=$VCPKG_INSTALLATION_ROOT/scripts/buildsystems/vcpkg.cmake' '-DMINGW=ON'" >> "$GITHUB_ENV"
shell: bash

Expand Down

0 comments on commit c884445

Please sign in to comment.