We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 024a894 commit 2ba9356Copy full SHA for 2ba9356
1 file changed
.github/workflows/wheels.yml
@@ -160,6 +160,11 @@ jobs:
160
& python.exe winbuild\build_prepare.py -v --no-imagequant --architecture=${{ matrix.cibw_arch }}
161
shell: pwsh
162
163
+ - name: Update rust
164
+ if: matrix.cibw_arch == 'AMD64'
165
+ run: |
166
+ rustup update
167
+
168
- name: Build wheels
169
run: |
170
setlocal EnableDelayedExpansion
0 commit comments