toolchain icon indicating copy to clipboard operation
toolchain copied to clipboard

🛠️ GitHub Action for `rustup` commands

Results 58 toolchain issues
Sort by recently updated
recently updated
newest added

## Motivation On our selfhosted github actions runners, the action fails because we have /tmp mounted noexec, a security requirement. To use rustup manually on the instance, we could use...

enhancement

@svartalf I believe the project needs another maintainer since the issues and pull requests have no one to tend to them. Probably would be good if there are other people...

enhancement

Do the checklist before filing an issue: * [x] Is this related to the `actions-rs` Actions? If you think it's a problem related to Github Actions in general, use GitHub...

enhancement

This PR renames the `target` input to `targets` (but still supports `target` as an alias) and allows listing multiple targets in a comma-separated list.

This doesn't seem to be the default, since in the absence of a `toolchain` setting, and in the absence of a `rust-toolchain` file, the action will fail instead of defaulting...

Do the checklist before filing an issue: * [x] Is this related to the `actions-rs` Actions? If you think it's a problem related to Github Actions in general, use GitHub...

enhancement

## Description I am trying to add opensuse packaging workflows to a project that already has workflows for a bunch of deb and rpm based distros. At a particular step...

bug

Do the checklist before filing an issue: * [x] Is this related to the `actions-rs` Actions? If you think it's a problem related to Github Actions in general, use GitHub...

bug

Fixes #208 This matches the behavior in [rustup's docs](https://rust-lang.github.io/rustup/overrides.html#the-toolchain-file) namely: > the toolchain can be named in the project's directory in a file called rust-toolchain.toml or rust-toolchain. If both files...

Closes https://github.com/actions-rs/toolchain/issues/126