Skip to content

Commit a356b07

Browse files
complained about a depenency, tryingto just do a pod install
1 parent 6a2c598 commit a356b07

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -187,15 +187,6 @@ jobs:
187187
- name: Setup
188188
uses: ./.github/actions/setup
189189

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-
199190
# Initializes the CodeQL tools for scanning.
200191
- name: Initialize CodeQL
201192
uses: github/codeql-action/init@v3
@@ -212,8 +203,9 @@ jobs:
212203
- if: matrix.build-mode == 'manual'
213204
shell: bash
214205
run: |
206+
yarn install
215207
cd example/ios
216-
bundle exec pod install
208+
pod install
217209
218210
continue-on-error: true
219211

0 commit comments

Comments
 (0)