Skip to content

Commit

Permalink
ci: force gcc for cibw
Browse files Browse the repository at this point in the history
  • Loading branch information
janden committed Jun 14, 2024
1 parent bfab3a7 commit 63c0ba0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python_skbuild_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
CIBW_SKIP_LINUX: "pp* *musllinux*"
CIBW_BEFORE_ALL_LINUX: yum install -y fftw3-devel
CIBW_BEFORE_ALL_MACOS: brew install gcc fftw
CIBW_ENVIRONMENT_MACOS: "FC=gfortran CC=gcc CXX=g++"

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 63c0ba0

Please sign in to comment.