Skip to content

Commit

Permalink
ci: enforce pod install
Browse files Browse the repository at this point in the history
  • Loading branch information
polito-mobile committed May 14, 2024
1 parent 7c6d0b7 commit bd7b0d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit bd7b0d7

Please sign in to comment.