Skip to content

Commit

Permalink
FLIPPPER DISABLE RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
Ldoppea committed Nov 18, 2024
1 parent 6e7cabc commit 8b6bbe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ios-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: yarn brand:configure:${{ inputs.brand }} --force

- name: Install Pods
run: cd ios && pod install --repo-update && cd ..
run: cd ios && NO_FLIPPER=1 pod install --repo-update && cd ..

- name: Build IOS App
id: ios_build
Expand Down

0 comments on commit 8b6bbe5

Please sign in to comment.