Skip to content

Commit

Permalink
Explicitly specify nightly version we have in the rust-toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-wh committed Oct 28, 2024
1 parent 9f120f9 commit bfdd961
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- name: Setup rust toolchain
uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly-2023-08-01
targets: ${{ matrix.target }}
- uses: davidB/rust-cargo-make@v1
# This doesn't work on custom win runner, so we just skip it as it's installed already anyway
Expand Down

0 comments on commit bfdd961

Please sign in to comment.