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 9, 2024
1 parent 4fc7ed3 commit 1bf7542
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 1bf7542

Please sign in to comment.