mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-04-15 06:41:59 +03:00
Update rust (#33)
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
This commit is contained in:
parent
024a894bff
commit
2ba93567f4
5
.github/workflows/wheels.yml
vendored
5
.github/workflows/wheels.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user