Skip to content

Commit

Permalink
ci: Re-link Cocoapods after cache restore
Browse files Browse the repository at this point in the history
  • Loading branch information
thehale committed Jul 27, 2024
1 parent 74b4b06 commit 1f891aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
restore-keys: ${{ runner.os }}-pods-
- name: Setup CocoaPods [no-cache]
if: steps.cocoapods-cache.outputs.cache-hit != 'true'
run: yarn pods
- name: Build Application
run: |
Expand Down

0 comments on commit 1f891aa

Please sign in to comment.