Skip to content

Commit df8f1a0

Browse files
committed
Fix bootstrap issue
1 parent ab26a44 commit df8f1a0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/check.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,11 @@ jobs:
147147
env:
148148
CMAKE_RN_TRIPLETS: arm64-apple-darwin
149149
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++
150155
- run: npm run init-macos-test-app
151156
- run: pod install --project-directory=macos
152157
working-directory: apps/macos-test-app

0 commit comments

Comments
 (0)