Skip to content

Commit

Permalink
chore: try fix for not building
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuskurgonasativy committed Feb 28, 2024
1 parent e19f8c6 commit 0412dc4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,14 @@ jobs:
- name: Setup
uses: ./.github/actions/setup

- name: Clear Cocoapods Cache
run: pod cache clean --all

- name: Delete Pods directory and Podfile.lock
run: |
rm -rf example/ios/Pods
rm -f example/ios/Podfile.lock
- name: Cache turborepo for iOS
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 0412dc4

Please sign in to comment.