We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2e47d8 commit e9f93b5Copy full SHA for e9f93b5
1 file changed
.github/actions/build-hermesc-apple/action.yml
@@ -17,6 +17,14 @@ runs:
17
with:
18
path: ./packages/react-native/sdks/hermes/build_host_hermesc
19
key: v2-hermesc-apple-${{ inputs.hermes-version }}-${{ inputs.react-native-version }}
20
+ - name: Downgrade CMake
21
+ shell: bash
22
+ uses: jwlawson/actions-setup-cmake@v2
23
+ with:
24
+ cmake-version: '3.28.3'
25
+ - name: Use cmake
26
27
+ run: cmake --version
28
- name: Build HermesC Apple
29
shell: bash
30
run: |
0 commit comments