Skip to content

Commit 25cf4f6

Browse files
committed
Note reason for Rust dependency.
1 parent 08f09df commit 25cf4f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/windows-arm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181

8282
- name: Install Anaconda client
8383
run: |
84+
# Rust installation needed for rpds-py.
8485
Invoke-WebRequest https://static.rust-lang.org/rustup/dist/aarch64-pc-windows-msvc/rustup-init.exe -UseBasicParsing -Outfile rustup-init.exe
8586
.\rustup-init.exe -y
8687
$env:PATH="$env:PATH;$env:USERPROFILE\.cargo\bin"

0 commit comments

Comments
 (0)