Skip to content

Commit 9b41a71

Browse files
committed
Stop installing rustup on Windows ARM on CI
Official images now include rustup: actions/partner-runner-images#77
1 parent f2cb2a7 commit 9b41a71

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -230,13 +230,6 @@ jobs:
230230
steps:
231231
- name: Checkout
232232
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"
240233
- name: Set default-host
241234
run: rustup set default-host $host
242235
- name: Install Rust

0 commit comments

Comments
 (0)