Skip to content

Commit c4d00a8

Browse files
committed
Fix rust installer download
1 parent fac7da9 commit c4d00a8

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/windows-arm.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ jobs:
2424

2525
steps:
2626

27-
- name: Test bash
28-
shell: bash -el {0}
29-
run: |
30-
ls
31-
3227
- uses: actions/checkout@v4.1.1
3328

3429
- name: Set up Python
@@ -96,8 +91,7 @@ jobs:
9691

9792
- name: Install Anaconda client
9893
run: |
99-
Invoke-WebRequest https://www.7-zip.org/a/7z2409-arm64.exe -UseBasicParsing -OutFile 7z_arm.exe
100-
https://static.rust-lang.org/rustup/dist/aarch64-pc-windows-msvc/rustup-init.exe -Outfile rustup-init.exe
94+
Invoke-WebRequest https://static.rust-lang.org/rustup/dist/aarch64-pc-windows-msvc/rustup-init.exe -UseBasicParsing -Outfile rustup-init.exe
10195
.\rustup-init.exe -y
10296
$env:PATH="$env:PATH;$env:USERPROFILE\.cargo\bin"
10397
pip install anaconda-client

0 commit comments

Comments
 (0)