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 f2cb2a7 commit 9b41a71Copy full SHA for 9b41a71
.github/workflows/ci.yml
@@ -230,13 +230,6 @@ jobs:
230
steps:
231
- name: Checkout
232
uses: actions/checkout@v4
233
- # XXX: https://github.com/actions/partner-runner-images/issues/77#issuecomment-2816803368
234
- - name: Install rustup on Windows ARM
235
- if: matrix.machine.os == 'windows-11-arm'
236
- run: |
237
- curl -LOs https://static.rust-lang.org/rustup/dist/aarch64-pc-windows-msvc/rustup-init.exe
238
- ./rustup-init.exe -y --default-toolchain none --no-modify-path
239
- echo "$USERPROFILE/.cargo/bin" >> "$GITHUB_PATH"
240
- name: Set default-host
241
run: rustup set default-host $host
242
- name: Install Rust
0 commit comments