Skip to content

Commit

Permalink
try to fix grcov
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Jul 7, 2024
1 parent b25b842 commit f730a3c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- run: sudo apt-get remove -y rustc cargo
if: ${{ contains(matrix.os, 'ubuntu') }}

- uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.toolchain }}
Expand All @@ -70,7 +67,7 @@ jobs:

- name: rust-grcov
if: ${{ matrix.toolchain == 'nightly' }}
run: cargo install grcov && grcov -r rust
run: cargo install grcov && cd rust && grcov

- name: Upload coverage reports to Codecov
if: ${{ matrix.toolchain == 'nightly' }}
Expand Down

0 comments on commit f730a3c

Please sign in to comment.