Skip to content

Commit e9f93b5

Browse files
committed
[LOCAL] Downgrade CMake for Mac machines
1 parent f2e47d8 commit e9f93b5

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/actions/build-hermesc-apple/action.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ runs:
1717
with:
1818
path: ./packages/react-native/sdks/hermes/build_host_hermesc
1919
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+
shell: bash
27+
run: cmake --version
2028
- name: Build HermesC Apple
2129
shell: bash
2230
run: |

0 commit comments

Comments
 (0)