Remove rust installation via rustup, which is no longer needed

This commit is contained in:
Frankie Dintino 2025-04-02 21:43:21 -04:00
parent ab55e543c8
commit 8a6e5affa1
No known key found for this signature in database
GPG Key ID: 97E295AACFBABD9E
2 changed files with 0 additions and 8 deletions

View File

@ -122,9 +122,6 @@ function build_libavif {
build_simple nasm 2.16.03 https://www.nasm.us/pub/nasm/releasebuilds/2.16.03
fi
# For rav1e
curl https://sh.rustup.rs -sSf | sh -s -- -y
. "$HOME/.cargo/env"
if [ -z "$IS_ALPINE" ] && [ -z "$SANITIZER" ] && [ -z "$IS_MACOS" ]; then
yum install -y perl
if [[ "$MB_ML_VER" == 2014 ]]; then

View File

@ -160,11 +160,6 @@ jobs:
& python.exe winbuild\build_prepare.py -v --no-imagequant --architecture=${{ matrix.cibw_arch }}
shell: pwsh
- name: Update rust
if: matrix.cibw_arch == 'AMD64'
run: |
rustup update
- name: Build wheels
run: |
setlocal EnableDelayedExpansion