Skip to content

Commit f3a251c

Browse files
Testing another variant of build for iOS
1 parent 1a2bbd7 commit f3a251c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,8 @@ jobs:
220220

221221
- name: Build example for iOS
222222
run: |
223-
yarn add @iterable/react-native/sdk
223+
cd ~/example/ios
224+
yarn add @iterable/react-native-sdk
224225
yarn add react-native-webview
225226
yarn turbo run build:ios --cache-dir="${{ env.TURBO_CACHE_DIR }}"
226227
echo "${{ env.TURBO_CACHE_DIR }}"

0 commit comments

Comments
 (0)