Skip to content

Commit

Permalink
ci: fix core not found
Browse files Browse the repository at this point in the history
  • Loading branch information
Itsusinn committed Sep 26, 2024
1 parent 5d687cd commit 61e27b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.toolchain || 'nightly' }}
toolchain: ${{ matrix.toolchain || 'nightly-2024-09-21' }}
target: ${{ matrix.target }}
components: ${{ matrix.components || 'rustfmt, clippy' }}

Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 61e27b4

Please sign in to comment.