Update rust (#33)

Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
This commit is contained in:
Andrew Murray 2025-03-26 02:37:18 +11:00 committed by GitHub
parent 024a894bff
commit 2ba93567f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -160,6 +160,11 @@ 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