Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Support multi toolchain like stable, nightly? #215

Open
2 of 3 tasks
jmjoy opened this issue May 17, 2022 · 0 comments
Open
2 of 3 tasks

Support multi toolchain like stable, nightly? #215

jmjoy opened this issue May 17, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@jmjoy
Copy link

jmjoy commented May 17, 2022

Do the checklist before filing an issue:

Motivation

Like components, which can specify multi item split by ,, it should be better to also support multi toolchain.
In my scene, I often use cargo build in stable toolchain, and then use cargo +nighlty fmt in nightly toolchain, which need both toolchain installed.

Workflow example

      - name: Install Rust Stable
        uses: actions-rs/toolchain@v1
        with:
          toolchain: stable, nightly
          override: true
          components: rustfmt```
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant