Skip to content

Commit

Permalink
Calibrate the version of grcov.
Browse files Browse the repository at this point in the history
Signed-off-by: lucasliang <[email protected]>
  • Loading branch information
LykxSassinator committed Jan 11, 2024
1 parent 3603789 commit ec37962
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
sharedKey: ${{ matrix.os }}
- name: Cache dependencies
if: ${{ matrix.os == 'ubuntu-latest' }}
run: if [[ ! -e ~/.cargo/bin/grcov ]]; then cargo install grcov --version 0.8.11; fi
run: if [[ ! -e ~/.cargo/bin/grcov ]]; then cargo install grcov --version 0.8.9; fi
- name: Format
run: |
make format
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
with:
sharedKey: ubuntu-latest
- name: Install grcov
run: if [[ ! -e ~/.cargo/bin/grcov ]]; then cargo install --locked grcov --version 0.8.11; fi
run: if [[ ! -e ~/.cargo/bin/grcov ]]; then cargo install --locked grcov --version 0.8.9; fi
- name: Run tests
run: |
make test
Expand Down

0 comments on commit ec37962

Please sign in to comment.