Skip to content

Commit

Permalink
Use 0.8.10
Browse files Browse the repository at this point in the history
Signed-off-by: lucasliang <nkcs_lykx@hotmail.com>
  • Loading branch information
LykxSassinator committed Dec 3, 2024
1 parent 00fd45d commit 7beeef5
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 @@ -24,7 +24,7 @@ jobs:
components: rustfmt, clippy, rust-src
- name: Cache dependencies
if: ${{ matrix.os == 'ubuntu-22.04' }}
run: if [[ ! -e ~/.cargo/bin/grcov ]]; then cargo install grcov --version 0.8.13; fi
run: if [[ ! -e ~/.cargo/bin/grcov ]]; then cargo install grcov --version 0.8.10; fi
- name: Format
run: |
make format
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
override: true
components: llvm-tools-preview
- name: Install grcov
run: if [[ ! -e ~/.cargo/bin/grcov ]]; then cargo install --locked grcov --version 0.8.13; fi
run: if [[ ! -e ~/.cargo/bin/grcov ]]; then cargo install --locked grcov --version 0.8.10; fi
- name: Run tests
run: |
make test_matrix
Expand Down

0 comments on commit 7beeef5

Please sign in to comment.