File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 run : |
5555 echo "VCPKG_INSTALLATION_ROOT=$VCPKG_INSTALLATION_ROOT"
5656 echo "VCPKG_ROOT=$VCPKG_INSTALLATION_ROOT" >> $GITHUB_ENV
57- echo "CMAKE_TOOLCHAIN_FILE=$VCPKG_INSTALLATION_ROOT/scripts/buildsystems/vcpkg.cmake"
57+ echo "CMAKE_TOOLCHAIN_FILE=$VCPKG_INSTALLATION_ROOT/scripts/buildsystems/vcpkg.cmake" >> $GITHUB_ENV
58+
59+ - name : Setup deps (Windows)
60+ if : runner.os == 'Windows'
61+ run : |
62+ vcpkg install pkgconf vcpkg-cmake vcpkg-cmake-config libgd
63+
5864 - uses : astral-sh/setup-uv@v6
5965
6066 - uses : pypa/cibuildwheel@v3.0
Original file line number Diff line number Diff line change @@ -53,12 +53,6 @@ skip = ["*musl*"]
5353linux.before-all = [
5454 " dnf install -y gd-devel" ,
5555]
56- windows.before-all = [
57- " vcpkg install pkgconf" ,
58- " vcpkg install libgd" ,
59- " vcpkg install vcpkg-cmake" ,
60- " vcpkg install vcpkg-cmake-config" ,
61- ]
6256macos.config-settings = { "cmake.define.BUILD_DEPS" = " ON" }
63-
57+ macos.environment.MACOSX_DEPLOYMENT_TARGET = " 10.13 "
6458
You can’t perform that action at this time.
0 commit comments