Skip to content

Commit d54e31a

Browse files
committed
install wheel dependencies
1 parent a65c915 commit d54e31a

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/cmake-wheels.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,13 @@ jobs:
9393
CIBW_ENVIRONMENT_LINUX: >
9494
VCPKG_FEATURE_FLAG="binarycaching"
9595
VCPKG_BINARY_SOURCES="clear;files,/output/.vcpkg-cache,readwrite"
96-
CC: gcc-13
97-
CXX: g++-13
96+
CC=gcc-13
97+
CXX=g++-13
98+
CIBW_ENVIRONMENT_MACOS: >
99+
CC=clang
100+
CXX=clang++
98101
CIBW_ARCHS: auto64
99-
MACOSX_DEPLOYMENT_TARGET: 14.0
102+
MACOSX_DEPLOYMENT_TARGET: 11.0
100103
CIBW_BUILD: "${{ matrix.os_dist.dist }}"
101104

102105
# Linux unlike windows/macos doesn't run cibuildwheel natively but rather in a container
@@ -106,6 +109,7 @@ jobs:
106109
CIBW_BEFORE_ALL_LINUX: |
107110
dnf install -y zip
108111
dnf install -y unzip
112+
dnf install -y curl ca-certificates libcurl openssl zlib libssh2
109113
echo "Copying vcpkg cache into container..."
110114
mkdir -p /output/.vcpkg-cache
111115
if [ -d /host${{ github.workspace }}/.vcpkg-cache ]; then

0 commit comments

Comments
 (0)