Skip to content

Commit

Permalink
ci: specify which nightly compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
YeungOnion committed Sep 10, 2024
1 parent 7cf8fac commit 53e8c97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ jobs:
CARGO_TERM_COLOR: always
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2024-08-29
components: llvm-tools-preview

- uses: taiki-e/install-action@v2
Expand Down

0 comments on commit 53e8c97

Please sign in to comment.