Skip to content

Commit 3e7ad7a

Browse files
heckin' heck. community cli replaced the old one. need to fix this globally
1 parent 6388dad commit 3e7ad7a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,10 @@ jobs:
227227

228228
- name: Build example for iOS
229229
run: |
230-
npm install -g react-native-cli
230+
npm uninstall -g react-native-cli @react-native-community/cli
231231
232+
npm install --save-dev @react-native-community/cli-platform-ios
233+
232234
react-native --version
233235
234236
react-native build-ios --scheme ReactNativeSdkExample --mode Debug --extra-params "-sdk iphonesimulator CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ GCC_OPTIMIZATION_LEVEL=0 GCC_PRECOMPILE_PREFIX_HEADER=YES ASSETCATALOG_COMPILER_OPTIMIZATION=time DEBUG_INFORMATION_FORMAT=dwarf COMPILER_INDEX_STORE_ENABLE=NO"

0 commit comments

Comments
 (0)