ci: Pin `grcov` and its dependencies.
This ensures that we'll install a known working version of `grcov`, and use its packaged `Cargo.lock` file to avoid issues with breaking changes in downstream dependencies.
This commit is contained in:
Родитель
b4da7f459b
Коммит
3c4288280f
|
@ -53,7 +53,7 @@ commands:
|
|||
- run:
|
||||
name: Install grcov
|
||||
command: |
|
||||
cargo install grcov
|
||||
cargo install --locked grcov@0.8.19
|
||||
# Run in a different shell to source $BASH_ENV
|
||||
- run: |
|
||||
grcov --version
|
||||
|
|
Загрузка…
Ссылка в новой задаче