From 0df48aabde0f7339c2833695c3ec4659f83b51dc Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Sat, 23 Nov 2024 13:41:56 +0100 Subject: [PATCH] Update build-macos-qt6.yml --- .github/workflows/build-macos-qt6.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-macos-qt6.yml b/.github/workflows/build-macos-qt6.yml index 4edf1d8280ec..33b75059ebc2 100644 --- a/.github/workflows/build-macos-qt6.yml +++ b/.github/workflows/build-macos-qt6.yml @@ -70,7 +70,7 @@ jobs: -D WITH_VCPKG=ON \ -D BUILD_WITH_QT6=ON \ -D WITH_QTWEBKIT=OFF \ - -D WITH_BINDINGS=ON \ + -D WITH_BINDINGS=OFF \ -D QGIS_MACAPP_FRAMEWORK=OFF \ -D VCPKG_TARGET_TRIPLET="${{ matrix.triplet }}" \ -D VCPKG_HOST_TRIPLET="${{ matrix.triplet }}" \