We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab26a44 commit df8f1a0Copy full SHA for df8f1a0
.github/workflows/check.yml
@@ -147,6 +147,11 @@ jobs:
147
env:
148
CMAKE_RN_TRIPLETS: arm64-apple-darwin
149
FERRIC_TARGETS: aarch64-apple-darwin
150
+ # Set explicit compiler paths for CMake 3.22.1 compatibility
151
+ CC: /usr/bin/clang
152
+ CXX: /usr/bin/clang++
153
+ CMAKE_C_COMPILER: /usr/bin/clang
154
+ CMAKE_CXX_COMPILER: /usr/bin/clang++
155
- run: npm run init-macos-test-app
156
- run: pod install --project-directory=macos
157
working-directory: apps/macos-test-app
0 commit comments