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 dc2096c commit 2e22e94Copy full SHA for 2e22e94
.github/workflows/ci.yaml
@@ -56,8 +56,8 @@ jobs:
56
# Install a pinned rustc commit to avoid surprises
57
- name: Install Rust toolchain
58
run: |
59
- RUSTC_VERSION=`cat rust-version`
60
- rustup-toolchain-install-master ${RUSTC_VERSION} -c rust-src -c rustfmt
+ RUSTC_VERSION=$(cat rust-version)
+ rustup-toolchain-install-master ${RUSTC_VERSION} -c cargo -c rust-src -c rustfmt
61
rustup default ${RUSTC_VERSION}
62
63
# Emulate a nightly toolchain, because the toolchain installed above does not have "nightly"
0 commit comments