Skip to content

Commit dde0002

Browse files
committed
ci: specify which nightly compiler
1 parent c17c2e3 commit dde0002

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/coverage.yml

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

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

0 commit comments

Comments
 (0)