Skip to content

Commit 4647c3d

Browse files
committed
Native powershell wget
1 parent cf63a38 commit 4647c3d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/windows-arm.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ jobs:
9090

9191
- name: Install Anaconda client
9292
run: |
93-
wget https://static.rust-lang.org/rustup/dist/aarch64-pc-windows-msvc/rustup-init.exe -Outfile rustup-init.exe
93+
Invoke-WebRequest https://www.7-zip.org/a/7z2409-arm64.exe -UseBasicParsing -OutFile 7z_arm.exe
94+
https://static.rust-lang.org/rustup/dist/aarch64-pc-windows-msvc/rustup-init.exe -Outfile rustup-init.exe
9495
.\rustup-init.exe -y
9596
$env:PATH="$env:PATH;$env:USERPROFILE\.cargo\bin"
9697
pip install anaconda-client

0 commit comments

Comments
 (0)