Searched full:rust_toolchain (Results 1 – 2 of 2) 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 …]
206 rust_toolchain=$(cat rust-toolchain | grep channel | sed 's/channel = "\(.*\)"/\1/')226 rustc = "$HOME/.rustup/toolchains/$rust_toolchain-$TARGET_TRIPLE/bin/rustc"