diff options
| author | Ralf Jung <post@ralfj.de> | 2025-07-31 08:12:43 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2025-07-31 08:12:43 +0200 |
| commit | 76a213bb18497b17e2e753c6bfb4e08c9fc36d9a (patch) | |
| tree | 12e81c0560c22c1b7901043c048796d809cd18c1 | |
| parent | 6508b5ae4d35411c10bd2f9d415206eb09a4a11a (diff) | |
| download | rust-76a213bb18497b17e2e753c6bfb4e08c9fc36d9a.tar.gz rust-76a213bb18497b17e2e753c6bfb4e08c9fc36d9a.zip | |
rely on preinstalled rustup on windows-arm
| -rw-r--r-- | src/tools/miri/.github/workflows/ci.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/tools/miri/.github/workflows/ci.yml b/src/tools/miri/.github/workflows/ci.yml index ba496d76712..4e55200cddf 100644 --- a/src/tools/miri/.github/workflows/ci.yml +++ b/src/tools/miri/.github/workflows/ci.yml @@ -69,12 +69,6 @@ jobs: sudo apt update # Install needed packages sudo apt install $(echo "libatomic1: zlib1g-dev:" | sed 's/:/:${{ matrix.multiarch }}/g') - - name: Install rustup on Windows ARM - if: ${{ matrix.os == 'windows-11-arm' }} - run: | - curl -LOs https://static.rust-lang.org/rustup/dist/aarch64-pc-windows-msvc/rustup-init.exe - ./rustup-init.exe -y --no-modify-path - echo "$USERPROFILE/.cargo/bin" >> "$GITHUB_PATH" - uses: ./.github/workflows/setup with: toolchain_flags: "--host ${{ matrix.host_target }}" |
