mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
Use grcov latest again (grcov 0.8.2 fixed the take issue)
This commit is contained in:
parent
252220e9eb
commit
a9bab842ec
1 changed files with 1 additions and 1 deletions
2
.github/workflows/CICD.yml
vendored
2
.github/workflows/CICD.yml
vendored
|
@ -625,7 +625,7 @@ jobs:
|
||||||
uses: actions-rs/install@v0.1
|
uses: actions-rs/install@v0.1
|
||||||
with:
|
with:
|
||||||
crate: grcov
|
crate: grcov
|
||||||
version: 0.8.0
|
version: latest
|
||||||
use-tool-cache: false
|
use-tool-cache: false
|
||||||
- name: Generate coverage data (via `grcov`)
|
- name: Generate coverage data (via `grcov`)
|
||||||
id: coverage
|
id: coverage
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue