Skip to content

Commit

Permalink
see if we can fix github actions by not specifying an explicit toolchain
Browse files Browse the repository at this point in the history
we want to be building against the latest, at least for now...
  • Loading branch information
bunnie committed Jan 8, 2024
1 parent 524c714 commit 3a108bb
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.71.0"
default: true

- name: Checkout sources
Expand Down

0 comments on commit 3a108bb

Please sign in to comment.