Skip to content

Commit bfadbd3

Browse files
committed
Revert "Pin rust for coverage ci to nightly-2022-06-30 to circumvent rust-lang/rust#98833"
This reverts commit 3356288.
1 parent 1074f20 commit bfadbd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Install latest nightly
5959
uses: actions-rs/toolchain@v1
6060
with:
61-
toolchain: nightly-2022-06-30
61+
toolchain: nightly
6262
override: true
6363
components: llvm-tools-preview
6464
- run: cargo install grcov

0 commit comments

Comments
 (0)