Skip to content

Commit

Permalink
ci(.github): update grcov download URL (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
tasshi-me authored Aug 19, 2022
1 parent 30ac60d commit 92d5ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
if: ${{ matrix.version == 'nightly' }}
run: |
rustup component add llvm-tools-preview
curl -L https://github.com/mozilla/grcov/releases/latest/download/grcov-linux-x86_64.tar.bz2 | tar jxf -
curl -L https://github.com/mozilla/grcov/releases/download/v0.8.11/grcov-x86_64-unknown-linux-gnu.tar.bz2 | tar jxf -
- name: Clean
run: cargo clean
Expand Down

0 comments on commit 92d5ded

Please # to comment.