Skip to content

Commit

Permalink
pod unlock (#6168)
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobar79 authored Oct 3, 2024
1 parent 5b0cc76 commit 3290df0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/macstadium-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ jobs:
npx react-native info
- name: Install pods
run: yarn install-bundle && yarn install-pods
run: |
rm -rf /Users/administrator/.cocoapods/repos/cocoapods/.git/index.lock
yarn install-bundle && yarn install-pods
- uses: irgaly/xcode-cache@v1
with:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/macstadium-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,10 @@ jobs:
npx react-native info
- name: Install pods
run: yarn install-bundle && yarn install-pods

run: |
rm -rf /Users/administrator/.cocoapods/repos/cocoapods/.git/index.lock
yarn install-bundle && yarn install-pods
- uses: irgaly/xcode-cache@v1
with:
key: xcode-cache-deriveddata-${{ github.workflow }}-${{ github.sha }}
Expand Down

0 comments on commit 3290df0

Please sign in to comment.