Skip to content

Commit 2ba9356

Browse files
authored
Update rust (#33)
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
1 parent 024a894 commit 2ba9356

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,11 @@ jobs:
160160
& python.exe winbuild\build_prepare.py -v --no-imagequant --architecture=${{ matrix.cibw_arch }}
161161
shell: pwsh
162162

163+
- name: Update rust
164+
if: matrix.cibw_arch == 'AMD64'
165+
run: |
166+
rustup update
167+
163168
- name: Build wheels
164169
run: |
165170
setlocal EnableDelayedExpansion

0 commit comments

Comments
 (0)