File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ jobs:
228
228
https://static.rust-lang.org/rustup/dist/aarch64-pc-windows-msvc/rustup-init.exe
229
229
.\rustup-init.exe --default-toolchain none -y
230
230
Remove-Item rustup-init.exe
231
- Add-Content -Value "PATH= $Env:USERPROFILE\.cargo\bin;$Env:PATH " -Path $Env:GITHUB_ENV
231
+ Add-Content -Value "$Env:USERPROFILE\.cargo\bin" -Path $Env:GITHUB_PATH
232
232
}
233
233
- uses : dtolnay/rust-toolchain@stable
234
234
- uses : Swatinem/rust-cache@v2
@@ -265,7 +265,7 @@ jobs:
265
265
https://static.rust-lang.org/rustup/dist/aarch64-pc-windows-msvc/rustup-init.exe
266
266
.\rustup-init.exe --default-toolchain none -y
267
267
Remove-Item rustup-init.exe
268
- Add-Content -Value "PATH= $Env:USERPROFILE\.cargo\bin;$Env:PATH " -Path $Env:GITHUB_ENV
268
+ Add-Content -Value "$Env:USERPROFILE\.cargo\bin" -Path $Env:GITHUB_PATH
269
269
}
270
270
- uses : dtolnay/rust-toolchain@stable
271
271
- uses : Swatinem/rust-cache@v2
You can’t perform that action at this time.
0 commit comments