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.
2 parents a755bbd + 3dec009 commit e31d41bCopy full SHA for e31d41b
.github/workflows/ci.yml
@@ -69,12 +69,6 @@ jobs:
69
sudo apt update
70
# Install needed packages
71
sudo apt install $(echo "libatomic1: zlib1g-dev:" | sed 's/:/:${{ matrix.multiarch }}/g')
72
- - name: Install rustup on Windows ARM
73
- if: ${{ matrix.os == 'windows-11-arm' }}
74
- run: |
75
- curl -LOs https://static.rust-lang.org/rustup/dist/aarch64-pc-windows-msvc/rustup-init.exe
76
- ./rustup-init.exe -y --no-modify-path
77
- echo "$USERPROFILE/.cargo/bin" >> "$GITHUB_PATH"
78
- uses: ./.github/workflows/setup
79
with:
80
toolchain_flags: "--host ${{ matrix.host_target }}"
0 commit comments