diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 37b44f3..3b6b62c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,20 +32,20 @@ jobs: set -euxo pipefail yarn install --frozen-lockfile - - name: Cache Pods - uses: actions/cache@v4 - id: pods-cache - with: - path: ./ios/Pods - key: ${{ runner.os }}-pods-${{ hashFiles('ios/Podfile.lock') }} + # - name: Cache Pods + # uses: actions/cache@v4 + # id: pods-cache + # with: + # path: ./ios/Pods + # key: ${{ runner.os }}-pods-${{ hashFiles('ios/Podfile.lock') }} - - name: Install pods - working-directory: ios - env: - NO_FLIPPER: 1 - run: | - set -euxo pipefail - bundle exec pod install + # - name: Install pods + # working-directory: ios + # env: + # NO_FLIPPER: 1 + # run: | + # set -euxo pipefail + # bundle exec pod install - name: Run eslint run: |