diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0b8984..97d432e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: