Skip to content

Commit a43cade

Browse files
committed
check if we can use a specific version of rust to build grcov
1 parent 0a81357 commit a43cade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178

179179
- name: "`grcov` ~ install"
180180
if: ${{ ! matrix.no_coverage }}
181-
run: cargo install grcov
181+
run: cargo +1.82.0 install grcov --force --locked
182182

183183
- name: Create config for testing
184184
if: ${{ ! matrix.no_coverage }}

0 commit comments

Comments
 (0)