We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08f09df commit 25cf4f6Copy full SHA for 25cf4f6
.github/workflows/windows-arm.yml
@@ -81,6 +81,7 @@ jobs:
81
82
- name: Install Anaconda client
83
run: |
84
+ # Rust installation needed for rpds-py.
85
Invoke-WebRequest https://static.rust-lang.org/rustup/dist/aarch64-pc-windows-msvc/rustup-init.exe -UseBasicParsing -Outfile rustup-init.exe
86
.\rustup-init.exe -y
87
$env:PATH="$env:PATH;$env:USERPROFILE\.cargo\bin"
0 commit comments