Skip to content

Commit 81e91b9

Browse files
committed
Pin CMake to a version supported by the SDK manager
1 parent 9c3dfb4 commit 81e91b9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: Check
22

33
env:
4+
CMAKE_VERSION: 4.1.2
45
# Version here should match the one in React Native template and packages/cmake-rn/src/cli.ts
56
NDK_VERSION: 27.1.12297006
6-
# Building Hermes from source doesn't support CMake v4
7-
CMAKE_VERSION: 4.2.2
87
# Enabling the Gradle test on CI (disabled by default because it downloads a lot)
98
ENABLE_GRADLE_TESTS: true
109

@@ -193,7 +192,6 @@ jobs:
193192
with:
194193
java-version: "17"
195194
distribution: "temurin"
196-
# Install CMake 3 since 4.x may have compatibility issues with Hermes build system
197195
- name: Install compatible CMake version
198196
uses: jwlawson/actions-setup-cmake@v2
199197
with:

0 commit comments

Comments
 (0)