Skip to content

Commit

Permalink
ci: install ninja on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilNarayana committed Nov 5, 2024
1 parent e6032f1 commit 85fb672
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ jobs:
with:
toolchain: ${{ steps.rust_ver.outputs.rust_ver }} # Pin to our specific Rust version.
rustflags: "" # Disable default injection of warnings = errors.
- name: Install ninja-build tool
uses: seanmiddleditch/gha-setup-ninja@v5
- name: Cache Utils
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 85fb672

Please sign in to comment.