Skip to content

Commit

Permalink
Downgrade actions-rs/grco
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn committed Jul 20, 2023
1 parent 98a8917 commit 2434578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
RUSTFLAGS: "-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests"
RUSTDOCFLAGS: "-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests"
- name: rust-grcov
uses: actions-rs/grcov@v0.1.6
uses: actions-rs/grcov@v0.1.5
- name: Codecov
uses: codecov/codecov-action@v3.1.4
with:
Expand Down

0 comments on commit 2434578

Please sign in to comment.