diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 3489add..def3c88 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -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: |