Skip to content

Commit

Permalink
Install pods in OldApp instead of NewApp
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGable committed Oct 2, 2024
1 parent fe2cb15 commit 0f080fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ jobs:
with:
timeout_minutes: 10
max_attempts: 5
command: cd Mobile-Expensify/react-native/iOS && pod install
command: cd Mobile-Expensify/iOS && pod install

- name: Install 1Password CLI
uses: 1password/install-cli-action@v1
Expand Down

0 comments on commit 0f080fb

Please sign in to comment.