Skip to content

Commit

Permalink
turns out you have to specify a toolchain
Browse files Browse the repository at this point in the history
i guess we'll just let it fail when we have a breaking rust
toolchain issue? idk.
  • Loading branch information
bunnie committed Jan 8, 2024
1 parent 43a1502 commit d38d53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
# toolchain: "1.71.0"
toolchain: "1.75.0"
default: true

- name: Checkout sources
Expand Down

0 comments on commit d38d53e

Please sign in to comment.