Skip to content

Commit fece0bb

Browse files
committed
Revert "ci: specify which nightly compiler"
This reverts commit dde0002.
1 parent dde0002 commit fece0bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ jobs:
1414
CARGO_TERM_COLOR: always
1515
steps:
1616
- uses: actions/checkout@v4
17-
- uses: dtolnay/rust-toolchain@master
17+
- uses: dtolnay/rust-toolchain@nightly
1818
with:
19-
toolchain: nightly-2024-08-29
2019
components: llvm-tools-preview
2120

2221
- uses: taiki-e/install-action@v2

0 commit comments

Comments
 (0)