3333 persist-credentials : false
3434 - name : Install Rust
3535 run : |
36- rustup update --no-self-update ${{ env. RUST_CHANNEL } }
37- rustup component add --toolchain ${{ env.RUST_CHANNEL } } cargo
38- rustup default ${{ env. RUST_CHANNEL } }
36+ rustup update --no-self-update ${RUST_CHANNEL}
37+ rustup component add --toolchain ${env.RUST_CHANNEL} cargo
38+ rustup default ${RUST_CHANNEL}
3939 env :
4040 RUST_CHANNEL : ${{ env.RUST_CHANNEL }}
4141 - uses : Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # ratchet:Swatinem/rust-cache@v2
5454 persist-credentials : false
5555 - name : Install Rust
5656 run : |
57- rustup update --no-self-update ${{ env. RUST_CHANNEL } }
58- rustup component add --toolchain ${{ env.RUST_CHANNEL } } cargo
59- rustup default ${{ env. RUST_CHANNEL } }
57+ rustup update --no-self-update ${RUST_CHANNEL}
58+ rustup component add --toolchain ${env.RUST_CHANNEL} cargo
59+ rustup default ${RUST_CHANNEL}
6060 env :
6161 RUST_CHANNEL : ${{ env.RUST_CHANNEL }}
6262 - uses : Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # ratchet:Swatinem/rust-cache@v2
@@ -101,9 +101,9 @@ jobs:
101101 persist-credentials : false
102102 - name : Install Rust
103103 run : |
104- rustup update --no-self-update ${{ env. RUST_CHANNEL } }
105- rustup component add --toolchain ${{ env.RUST_CHANNEL } } cargo
106- rustup default ${{ env. RUST_CHANNEL } }
104+ rustup update --no-self-update ${RUST_CHANNEL}
105+ rustup component add --toolchain ${env.RUST_CHANNEL} cargo
106+ rustup default ${RUST_CHANNEL}
107107 env :
108108 RUST_CHANNEL : ${{ env.RUST_CHANNEL }}
109109 - uses : Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # ratchet:Swatinem/rust-cache@v2
@@ -122,9 +122,9 @@ jobs:
122122 persist-credentials : false
123123 - name : Install Rust
124124 run : |
125- rustup update --no-self-update ${{ env. RUST_CHANNEL } }
126- rustup component add --toolchain ${{ env.RUST_CHANNEL } } cargo
127- rustup default ${{ env. RUST_CHANNEL } }
125+ rustup update --no-self-update ${RUST_CHANNEL}
126+ rustup component add --toolchain ${env.RUST_CHANNEL} cargo
127+ rustup default ${RUST_CHANNEL}
128128 env :
129129 RUST_CHANNEL : ${{ env.RUST_CHANNEL }}
130130 - uses : Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # ratchet:Swatinem/rust-cache@v2
@@ -143,9 +143,9 @@ jobs:
143143 persist-credentials : false
144144 - name : Install Rust
145145 run : |
146- rustup update --no-self-update ${{ env. RUST_CHANNEL } }
147- rustup component add --toolchain ${{ env.RUST_CHANNEL } } cargo
148- rustup default ${{ env. RUST_CHANNEL } }
146+ rustup update --no-self-update ${RUST_CHANNEL}
147+ rustup component add --toolchain ${env.RUST_CHANNEL} cargo
148+ rustup default ${RUST_CHANNEL}
149149 env :
150150 RUST_CHANNEL : ${{ env.RUST_CHANNEL }}
151151 - uses : EmbarkStudios/cargo-deny-action@a531616d8ce3b9177443e48a1159bc945a099823 # ratchet:EmbarkStudios/cargo-deny-action@v2
@@ -164,9 +164,9 @@ jobs:
164164 persist-credentials : false
165165 - name : Install Rust
166166 run : |
167- rustup update --no-self-update ${{ env. RUST_CHANNEL } }
168- rustup component add --toolchain ${{ env.RUST_CHANNEL } } cargo
169- rustup default ${{ env. RUST_CHANNEL } }
167+ rustup update --no-self-update ${RUST_CHANNEL}
168+ rustup component add --toolchain ${env.RUST_CHANNEL} cargo
169+ rustup default ${RUST_CHANNEL}
170170 env :
171171 RUST_CHANNEL : ${{ env.RUST_CHANNEL }}
172172 - uses : Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # ratchet:Swatinem/rust-cache@v2
@@ -230,9 +230,9 @@ jobs:
230230 persist-credentials : false
231231 - name : Install Rust
232232 run : |
233- rustup update --no-self-update ${{ env. RUST_CHANNEL } }
234- rustup component add --toolchain ${{ env.RUST_CHANNEL } } cargo
235- rustup default ${{ env. RUST_CHANNEL } }
233+ rustup update --no-self-update ${RUST_CHANNEL}
234+ rustup component add --toolchain ${env.RUST_CHANNEL} cargo
235+ rustup default ${RUST_CHANNEL}
236236 env :
237237 RUST_CHANNEL : ${{ env.RUST_CHANNEL }}
238238 - uses : Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # ratchet:Swatinem/rust-cache@v2
@@ -252,9 +252,9 @@ jobs:
252252 persist-credentials : false
253253 - name : Install Rust
254254 run : |
255- rustup update --no-self-update ${{ env. RUST_CHANNEL } }
256- rustup component add --toolchain ${{ env. RUST_CHANNEL } } cargo
257- rustup default ${{ env. RUST_CHANNEL } }
255+ rustup update --no-self-update ${RUST_CHANNEL}
256+ rustup component add --toolchain ${RUST_CHANNEL} cargo
257+ rustup default ${RUST_CHANNEL}
258258 env :
259259 RUST_CHANNEL : ${{ env.RUST_CHANNEL }}
260260 - uses : Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # ratchet:Swatinem/rust-cache@v2
@@ -273,9 +273,9 @@ jobs:
273273 persist-credentials : false
274274 - name : Install Rust
275275 run : |
276- rustup update --no-self-update ${{ env. RUST_CHANNEL } }
277- rustup component add --toolchain ${{ env.RUST_CHANNEL } } cargo
278- rustup default ${{ env. RUST_CHANNEL } }
276+ rustup update --no-self-update ${RUST_CHANNEL}
277+ rustup component add --toolchain ${env.RUST_CHANNEL} cargo
278+ rustup default ${RUST_CHANNEL}
279279 env :
280280 RUST_CHANNEL : ${{ env.RUST_CHANNEL }}
281281 - uses : Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # ratchet:Swatinem/rust-cache@v2
0 commit comments