We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfd8c04 commit 0fb9d91Copy full SHA for 0fb9d91
.github/actions/build-ami/action.yml
@@ -99,7 +99,8 @@ runs:
99
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain "$RUST_TOOLCHAIN"
100
source "$HOME/.cargo/env"
101
rustup component add clippy rustfmt
102
- rustup toolchain install nightly --component rustfmt clippy rust-src miri llvm-tools-preview
+ rustup toolchain install nightly
103
+ rustup component add --toolchain nightly rustfmt clippy rust-src miri llvm-tools-preview
104
cargo --version
105
rustc --version
106
0 commit comments