We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1074f20 commit bfadbd3Copy full SHA for bfadbd3
.github/workflows/ci.yml
@@ -58,7 +58,7 @@ jobs:
58
- name: Install latest nightly
59
uses: actions-rs/toolchain@v1
60
with:
61
- toolchain: nightly-2022-06-30
+ toolchain: nightly
62
override: true
63
components: llvm-tools-preview
64
- run: cargo install grcov
0 commit comments