Skip to content

Commit

Permalink
fix rustc toolchain version in Github action
Browse files Browse the repository at this point in the history
  • Loading branch information
yuewuo committed Apr 23, 2024
1 parent f2cf765 commit 368fb9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs: # Workflow credit to https://github.com/samuelcolvin/rtoml/blob/main/.git
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: nightly-2023-11-16
override: true

- name: Install Python dependencies
Expand Down

0 comments on commit 368fb9e

Please sign in to comment.