Skip to content

Commit

Permalink
fixup! ci: replace actions-rs, some CI refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsastrix committed Aug 9, 2024
1 parent 922032e commit c221deb
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,13 @@ jobs:
- uses: dtolnay/rust-toolchain@nightly
with:
components: rustc, rust-std, cargo, llvm-tools
- uses: awalsh128/cache-apt-pkgs-action@latest
- uses: baptiste0928/cargo-install@v3
with:
packages: grcov
version: 1.0
crate: grcov
# grcov currently has some compilation issues on newer rust versions due to an outdated dependency.
# This pulls in the branch from https://github.com/mozilla/grcov/pull/1191 in order to fix this.
git: https://github.com/cemoktra/grcov.git
branch: cemoktra/fix-1187
- run: cargo clean
- run: cargo build
env:
Expand Down

0 comments on commit c221deb

Please sign in to comment.