We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c3dfb4 commit 81e91b9Copy full SHA for 81e91b9
.github/workflows/check.yml
@@ -1,10 +1,9 @@
1
name: Check
2
3
env:
4
+ CMAKE_VERSION: 4.1.2
5
# Version here should match the one in React Native template and packages/cmake-rn/src/cli.ts
6
NDK_VERSION: 27.1.12297006
- # Building Hermes from source doesn't support CMake v4
7
- CMAKE_VERSION: 4.2.2
8
# Enabling the Gradle test on CI (disabled by default because it downloads a lot)
9
ENABLE_GRADLE_TESTS: true
10
@@ -193,7 +192,6 @@ jobs:
193
192
with:
194
java-version: "17"
195
distribution: "temurin"
196
- # Install CMake 3 since 4.x may have compatibility issues with Hermes build system
197
- name: Install compatible CMake version
198
uses: jwlawson/actions-setup-cmake@v2
199
0 commit comments