|
91 | 91 | run: |
|
92 | 92 | # Note that the llvm version needs to match, see the link above
|
93 | 93 | rustup default 1.77.2
|
94 |
| - cargo install grcov |
| 94 | + cargo install --locked --version 0.8.20 grcov |
95 | 95 | rustup component add rustfmt
|
96 | 96 | # Ensure we do not have any existing coverage files
|
97 | 97 | - run: rm -f coverage/*.profraw
|
@@ -158,8 +158,8 @@ jobs:
|
158 | 158 | # cargo install --locked --no-default-features --version 0.9.1 sccache
|
159 | 159 | run: |
|
160 | 160 | cargo install --locked --no-default-features --git=https://github.com/ahayzen-kdab/sccache --branch=2092-ignore-notfound-errors sccache
|
161 |
| - cargo install --version 0.4.36 mdbook |
162 |
| - cargo install --version 0.7.7 mdbook-linkcheck |
| 161 | + cargo install --locked --version 0.4.36 mdbook |
| 162 | + cargo install --locked --version 0.7.7 mdbook-linkcheck |
163 | 163 | # We want our compiler cache to always update to the newest state.
|
164 | 164 | # The best way for us to achieve this is to **always** update the cache after every landed commit.
|
165 | 165 | # That way it will closely follow our development.
|
@@ -442,8 +442,8 @@ jobs:
|
442 | 442 | # cargo install --locked --no-default-features --version 0.9.1 sccache
|
443 | 443 | run: |
|
444 | 444 | cargo install --locked --no-default-features --git=https://github.com/ahayzen-kdab/sccache --branch=2092-ignore-notfound-errors sccache
|
445 |
| - cargo install --version 0.4.36 mdbook |
446 |
| - cargo install --version 0.7.7 mdbook-linkcheck |
| 445 | + cargo install --locked --version 0.4.36 mdbook |
| 446 | + cargo install --locked --version 0.7.7 mdbook-linkcheck |
447 | 447 |
|
448 | 448 | # We want our compiler cache to always update to the newest state.
|
449 | 449 | # The best way for us to achieve this is to **always** update the cache after every landed commit.
|
|
0 commit comments