Skip to content

Commit

Permalink
Set Cocoapods version in Github Actions (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
BakerWJ committed Feb 11, 2024
1 parent adce961 commit 734c6b2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,12 @@ jobs:
cache: 'pnpm'
cache-dependency-path: 'pnpm-lock.yaml'

- name: Setup Cocoapods
if: github.event_name != 'pull_request'
uses: maxim-lobanov/setup-cocoapods@v1
with:
version: latest

- name: Setup Expo and EAS
if: github.event_name != 'pull_request'
uses: expo/expo-github-action@v8
Expand Down

0 comments on commit 734c6b2

Please sign in to comment.