Skip to content

Commit 4340f8e

Browse files
committed
arm64 build
1 parent 838f49a commit 4340f8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
steps:
3838
- name: Setup rust
3939
if: startsWith(matrix.os, 'windows-11-arm')
40-
run:
41-
Invoke-WebRequest -Uri https://win.rustup.rs/aarch64 -OutFile rustup-init.exe
40+
run: |
41+
Invoke-WebRequest -Uri "https://win.rustup.rs/aarch64" -OutFile rustup-init.exe
4242
.\rustup-init.exe -y --default-toolchain stable
4343
$env:Path += ";$env:USERPROFILE\.cargo\bin"
4444

0 commit comments

Comments
 (0)