-
Notifications
You must be signed in to change notification settings - Fork 52
Migrate from actions-rs to dtolnay/rust-toolchain in GitHub actions #29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Tested a release build here: https://github.com/paul-hansen/bevy_github_ci_template_test/actions/runs/4452606105 |
.github/workflows/release.yaml
Outdated
@@ -69,7 +67,7 @@ jobs: | |||
- uses: little-core-labs/get-git-tag@v3.0.1 | |||
id: get_version | |||
- uses: actions/checkout@v2 | |||
- uses: actions-rs/toolchain@v1 | |||
- uses: dtolnay/rust-toolchain@stable | |||
with: | |||
toolchain: stable |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
toolchain: stable |
and also the override just below but I can't suggest it somehow
You're using an undocumented feature of https://github.com/dtolnay/rust-toolchain: from the doc, it should be |
Fixes #18
The previous PR for this seems to have been abandoned. After messing with that branch for a bit, I found it easier to start from scratch.