1 parent 17ed328 commit a3cfc65Copy full SHA for a3cfc65
1 file changed
.github/workflows/release.yml
@@ -34,6 +34,9 @@ jobs:
34
uses: ilammy/msvc-dev-cmd@v1
35
with:
36
arch: x64
37
+ - name: Disable AVX-512 for Windows build
38
+ if: matrix.os == 'windows-latest'
39
+ run: echo "RUSTFLAGS=-C target-feature=-avx512bw,-avx512dq,-avx512vl,-avx512f" >> $GITHUB_ENV
40
- name: Build wheels
41
uses: PyO3/maturin-action@v1
42
env:
0 commit comments