Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-desroches committed Jul 18, 2024
1 parent d022fe4 commit f8ee985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
CIBW_BUILD: "${{ matrix.python.cp }}-${{ matrix.platform.target }}"
CIBW_ARCHS: "${{ matrix.platform.arch }}"
CIBW_BEFORE_ALL_LINUX: "dnf install -y clang libffi-devel eigen3-devel python${{ matrix.python.py }}-devel"
CIBW_BEFORE_ALL_MACOS: "brew install cmake && brew install zlib && brew install coreutils && brew install libarchive && brew install libtool && brew uninstall freeling && brew install eigen && brew install --cask gcc-arm-embedded && brew install gcc@13 && brew info eigen"
CIBW_BEFORE_BUILD_MACOS: "brew install cmake && brew install zlib && brew install coreutils && brew install libarchive && brew install libtool && brew install eigen && brew install --cask gcc-arm-embedded && brew install gcc@13 && brew info eigen"

0 comments on commit f8ee985

Please sign in to comment.