Skip to content

Commit

Permalink
fix(ci): embree does not support 32bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Jun 9, 2024
1 parent 3c1086c commit 2d7c7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
run: python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_SKIP: "cp36-* cp37-* cp38-* cp39-*"
CIBW_ARCHS_WINDOWS: auto64
CIBW_ARCHS: auto64

- name: 📦 Upload Artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 2d7c7a9

Please sign in to comment.