Skip to content

Commit 3dec009

Browse files
committed
rely on preinstalled rustup on windows-arm
1 parent a755bbd commit 3dec009

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,6 @@ jobs:
6969
sudo apt update
7070
# Install needed packages
7171
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"
7872
- uses: ./.github/workflows/setup
7973
with:
8074
toolchain_flags: "--host ${{ matrix.host_target }}"

0 commit comments

Comments
 (0)