Skip to content

Commit

Permalink
CI: Use Ninja on all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
mdegans committed May 23, 2024
1 parent c32054c commit a62fe19
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
with:
toolchain: stable
components: rustfmt, clippy
- name: Install Ninja
run: brew install ninja
- name: Run cargo check
uses: actions-rs/cargo@v1
with:
Expand Down Expand Up @@ -67,6 +69,8 @@ jobs:
run: sudo apt-get install nvidia-cuda-toolkit nvidia-cudnn nvidia-cuda-dev
- name: Install LLVM tools
run: sudo apt-get install llvm
- name: Install Ninja
run: sudo apt-get install ninja-build
- name: Install cargo-llvm-cov
run: cargo install cargo-llvm-cov
- name: Run cargo check
Expand Down Expand Up @@ -122,6 +126,8 @@ jobs:
run: choco install llvm
- name: Install cargo-llvm-cov
run: cargo install cargo-llvm-cov
- name: Install Ninja
run: choco install ninja
- name: Run tests with coverage
run: cargo llvm-cov --workspace --lcov --output-path ./target/lcov.info
- name: Upload coverage reports to Codecov
Expand Down

0 comments on commit a62fe19

Please sign in to comment.