From 126320e2fb687c3d50338b30ea75cdf6fab1fbaf Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 17 Apr 2025 21:36:14 -0400 Subject: [PATCH] [no ci] actions: rust not neccessary for precompiled win arm wheels --- .github/workflows/build.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d8049165..e77adad9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -445,11 +445,6 @@ jobs: "${PYTHON}" -V "${PYTHON}" -c "import ssl; print(f'Using {ssl.OPENSSL_VERSION}')" - - name: Windows ARM Install rust and cargo - if: matrix.goal == 'build' && runner.os == 'Windows' && runner.arch == 'ARM64' && steps.cache-python-ssl.outputs.cache-hit != 'true' - run: | - choco install rust - - name: Upgrade pip, wheel, etc run: | curl $curl_retry -O https://bootstrap.pypa.io/get-pip.py