ci: lock cargo-llvm-cov install in script (#715)

Super small change, install cargo-llvm-cov with --locked.
This commit is contained in:
Clement Tsang 2022-04-28 01:39:58 -04:00 committed by GitHub
parent 8a133908f4
commit b9a356f581
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ jobs:
- name: Install cargo-llvm-cov
run: |
rustup component add llvm-tools-preview
cargo install cargo-llvm-cov --version 0.3.0
cargo install cargo-llvm-cov --version 0.3.0 --locked
- name: Generate code coverage
run: |