Searched full:rust_toolchain (Results 1 – 1 of 1) sorted by relevance
18 rust_toolchain: [nightly, stable, 1.40.0]23 - run: rustup install ${{ matrix.rust_toolchain }} --profile=minimal24 - run: rustup default ${{ matrix.rust_toolchain }}30 if: ${{ matrix.rust_toolchain == 'nightly' }}39 rust_toolchain: [nightly, stable]52 - run: rustup install ${{ matrix.rust_toolchain }} --profile=minimal53 - run: rustup default ${{ matrix.rust_toolchain }}71 rust_toolchain: [nightly]85 - run: rustup install ${{ matrix.rust_toolchain }} --profile=minimal86 - run: rustup default ${{ matrix.rust_toolchain }}[all …]