We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a355786 commit ebda62bCopy full SHA for ebda62b
.github/workflows/ci.yaml
@@ -62,7 +62,8 @@ jobs:
62
- name: Install Rust toolchain
63
run: |
64
rustup update --no-self-update ${{ env.RUST_CHANNEL }}
65
- rustup component add rustfmt rust-src
+ rustup component add --toolchain ${{ env.RUST_CHANNEL }} rustfmt rust-src
66
+ rustup default ${{ env.RUST_CHANNEL }}
67
68
- name: Cache Dependencies
69
uses: Swatinem/rust-cache@988c164c3d0e93c4dbab36aaf5bbeb77425b2894
0 commit comments