Skip to content

Commit 023dafb

Browse files
committed
Switch back to dtolnay actions
1 parent 0f41920 commit 023dafb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,8 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v4
2828
# Nightly Rust is used for cargo llvm-cov --doc below.
29-
- uses: actions-rs/toolchain@v1
29+
- uses: dtolnay/rust-toolchain@nightly
3030
with:
31-
profile: minimal
32-
toolchain: nightly
33-
override: true
3431
components: llvm-tools-preview
3532
- name: Install cargo-llvm-cov
3633
uses: taiki-e/install-action@v2

0 commit comments

Comments
 (0)