Skip to content

Commit 18fee8c

Browse files
committed
gh: NO_FLIPPER
1 parent 2f3c7dc commit 18fee8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_app.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ jobs:
303303
USE_BUILDCACHE: true
304304
run: |
305305
cd App
306-
bash scripts/pod-install.sh
306+
NO_FLIPPER=1 bash scripts/pod-install.sh
307307
- name: Install Fastlane
308308
run: |
309309
cd App/ios
@@ -467,7 +467,7 @@ jobs:
467467
USE_BUILDCACHE: true
468468
run: |
469469
cd App
470-
bash scripts/pod-install.sh
470+
NO_FLIPPER=1 bash scripts/pod-install.sh
471471
- name: Install Fastlane
472472
run: |
473473
cd App/ios

0 commit comments

Comments
 (0)