From bd7b0d7d13c389ac5821412d746e07c0e736af4d Mon Sep 17 00:00:00 2001 From: Mobile AppleDev Date: Tue, 14 May 2024 16:44:55 +0200 Subject: [PATCH] ci: enforce pod install --- .github/workflows/build.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a3302c92..3ed46ead 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -270,6 +270,9 @@ jobs: key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }} - name: Install npm dependencies run: npm install + - name: Ensure pods installed + working-directory: ./ios + run: bundle exec pod install - name: Prepare fastlane working-directory: ./ios run: |