Skip to content

Commit

Permalink
Use clang instead of gcc in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
iver56 committed Jan 29, 2024
1 parent b437c40 commit f1cf8c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
env:
CIBW_ARCHS: "auto64"
CIBW_SKIP: "cp36-* cp37-* pp37-* pp310-*"
CC: clang
run: |
python -m cibuildwheel --output-dir wheelhouse
- name: Save Wheels
Expand Down

0 comments on commit f1cf8c5

Please sign in to comment.