Skip to content

Comments

Workaround rustup 1.28#96

Merged
Jake-Shadle merged 5 commits intomainfrom
check-toolchain
Mar 4, 2025
Merged

Workaround rustup 1.28#96
Jake-Shadle merged 5 commits intomainfrom
check-toolchain

Conversation

@Jake-Shadle
Copy link
Member

@Jake-Shadle Jake-Shadle commented Mar 4, 2025

rustup 1.28 completely breaks this action if the user has a rust-toolchain.toml as it will no longer install it as needed, we need to instead cd into the parent directory of the manifest and check if rustup show fails with a missing toolchain.

This probably now breaks other scenarios that were previously automatically handled but those can be fixed if someone raises an issue.

Resolves: #94

@Jake-Shadle Jake-Shadle changed the title Add test for rust-toolchain.toml Workaround rustup 1.28 Mar 4, 2025
@Jake-Shadle Jake-Shadle merged commit 4de59db into main Mar 4, 2025
3 checks passed
@Jake-Shadle Jake-Shadle deleted the check-toolchain branch March 4, 2025 13:06
@Jake-Shadle Jake-Shadle mentioned this pull request Mar 4, 2025
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

failing when using a pinned toolchain

1 participant