Skip to content

Commit cd21717

Browse files
committed
cmake
1 parent a5733f5 commit cd21717

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-binaries.yml

+3
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ jobs:
4949
fetch-depth: 0
5050
fetch-tags: true
5151

52+
- name: Patch CMake
53+
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/*/share/cmake/Modules/CMakeDetermineCompilerABI.cmake
54+
5255
- name: Checkout Core@${{ steps.get-core-version.outputs.version }}
5356
run: git checkout ${{ steps.get-core-version.outputs.version }} --recurse-submodules -f
5457
working-directory: core

0 commit comments

Comments
 (0)