Update build workflow

This commit is contained in:
LukeGus
2025-09-17 18:58:45 -05:00
parent 80b7accb05
commit 877e49762a
-7
View File
@@ -55,13 +55,6 @@ jobs:
- name: 👷 Prebuild
run: npx expo prebuild
- name: 📦 Verify CocoaPods (iOS only)
if: ${{ github.event.inputs.platform == 'ios' }}
run: |
cd ios
pod deintegrate
pod install --repo-update
- name: 👷 Build app
run: |
eas build --local \