Skip to content

Commit

Permalink
Fix Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
wtdcode committed Dec 21, 2024
1 parent 5c743d1 commit 7e8bf35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
run: python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_BUILD: "cp39*"
CIBW_BEFORE_BUILD_LINUX: yum install -y ninja-build git
CIBW_BEFORE_BUILD_WINDOWS: choco install ninja cmake git
CIBW_BEFORE_BUILD_MACOS: brew install ninja cmake git
# to supply options, put them in 'env', like:
Expand Down

0 comments on commit 7e8bf35

Please sign in to comment.