From 329cc0450df042b99354189cfceaa2b76b0f9195 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Fri, 19 Jul 2024 09:43:31 -0700 Subject: [PATCH] cmake --- .github/workflows/build-binaries.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-binaries.yml b/.github/workflows/build-binaries.yml index 8124cdadfc..1f389151ca 100644 --- a/.github/workflows/build-binaries.yml +++ b/.github/workflows/build-binaries.yml @@ -49,6 +49,9 @@ jobs: fetch-depth: 0 fetch-tags: true + - name: Patch CMake + run: sed -i '' 's/CMAKE_HOST_APPLE AND CMAKE_SYSTEM_NAME STREQUAL "Darwin"/CMAKE_HOST_APPLE AND CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND NOT CMAKE_GENERATOR STREQUAL "Xcode"/' /opt/homebrew/Cellar/cmake/3.30.2/share/cmake/Modules/CMakeDetermineCompilerABI.cmake + - name: Checkout Core@${{ steps.get-core-version.outputs.version }} run: git checkout ${{ steps.get-core-version.outputs.version }} --recurse-submodules -f working-directory: core