We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a2c598 commit a356b07Copy full SHA for a356b07
1 file changed
.github/workflows/codeql.yml
@@ -187,15 +187,6 @@ jobs:
187
- name: Setup
188
uses: ./.github/actions/setup
189
190
- - name: Install cocoapods
191
- if: env.turbo_cache_hit != 1 && steps.cocoapods-cache.outputs.cache-hit != 'true'
192
- run: |
193
- cd example/ios &&
194
- NO_FLIPPER=1 pod install --repo-update &&
195
- cd ..
196
- env:
197
- NO_FLIPPER: 1
198
-
199
# Initializes the CodeQL tools for scanning.
200
- name: Initialize CodeQL
201
uses: github/codeql-action/init@v3
@@ -212,8 +203,9 @@ jobs:
212
203
- if: matrix.build-mode == 'manual'
213
204
shell: bash
214
205
run: |
206
+ yarn install
215
207
cd example/ios
216
- bundle exec pod install
208
+ pod install
217
209
218
210
continue-on-error: true
219
211
0 commit comments