We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b58407 commit b62e93dCopy full SHA for b62e93d
1 file changed
.github/workflows/windows-arm.yml
@@ -85,6 +85,8 @@ jobs:
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"
88
+ # cryptography dropped win-arm64 for 46.0.4, make sure we don't try to compile from source
89
+ pip install --only-binary :all: cryptography
90
pip install anaconda-client
91
92
- name: Upload
0 commit comments