Skip to content

Commit a551817

Browse files
committed
arm64 build
1 parent 6f5dd70 commit a551817

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
run: |
4141
Invoke-WebRequest -Uri "https://win.rustup.rs/aarch64" -OutFile rustup-init.exe
4242
.\rustup-init.exe -y --default-toolchain stable
43-
$env:Path += ";$env:USERPROFILE\.cargo\bin"
43+
$cargoPath = "$env:USERPROFILE\.cargo\bin"
44+
Add-Content $env:GITHUB_PATH $cargoPath
4445
- name: Verify Cargo Environment
4546
if: startsWith(matrix.os, 'windows-11-arm')
4647
run: |

0 commit comments

Comments
 (0)