Skip to content

Commit

Permalink
Adding pkg-config to Window CI/Wheel builds
Browse files Browse the repository at this point in the history
  • Loading branch information
shz9 committed Apr 25, 2024
1 parent b9c1ca6 commit 01d37df
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# macos-13 is an intel runner, macos-14 is apple silicon
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
# macos-13 is an intel runner, macos-14 is Apple Silicon
# We'll skip building wheels for windows (windows-latest) for now.
# There are issues to figure out regarding dependency management.
os: [ubuntu-latest, macos-13, macos-14]
env:
CIBW_SKIP: "pp* cp36-* *-musllinux_* *win32 *_i686 *_s390x"
CIBW_BEFORE_BUILD_WINDOWS: "choco install pkgconfiglite"
#CIBW_BEFORE_BUILD_WINDOWS: "choco install pkgconfiglite"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 01d37df

Please sign in to comment.