Skip to content

Commit

Permalink
Install Ninja in CI
Browse files Browse the repository at this point in the history
actions/runner-images#8343 (comment)

Ninja's presence in the Windows images was due to it being a
transitive dependency of another packages. It was never guaranteed
to be present. The actions/runner-images devs do not plan on adding
it so we're forced to install it ourselves.
  • Loading branch information
ChrisThrasher committed Sep 20, 2023
1 parent ff5eaca commit 35a5c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
max_attempts: 10
timeout_minutes: 3
command: |
choco install OpenCppCoverage -y
choco install ninja OpenCppCoverage -y
echo "C:\Program Files\OpenCppCoverage" >> $env:GITHUB_PATH
- name: Configure CMake
Expand Down

0 comments on commit 35a5c63

Please sign in to comment.