From 0f080fbfe1321c0aeca6b840bde582ca914d4285 Mon Sep 17 00:00:00 2001 From: Andrew Gable Date: Wed, 2 Oct 2024 14:44:39 -0600 Subject: [PATCH] Install pods in OldApp instead of NewApp --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 29037192ff1..c2d4fcec00a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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