diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 06a03252..568705ce 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -129,7 +129,7 @@ jobs: - id: restore-pods-cache name: Restore Pods cache - uses: actions/cache/restore@f5ce41475b483ad7581884324a6eca9f48f8dcc7 + uses: actions/cache@f5ce41475b483ad7581884324a6eca9f48f8dcc7 with: path: auth0_flutter/example/ios/Pods key: pods-${{ hashFiles('Podfile.lock') }}-${{ hashFiles('.xcode-version') }}-v1 @@ -138,14 +138,6 @@ jobs: working-directory: auth0_flutter/example/ios run: pod install - - name: Save Pods cache - id: save-pods-cache - uses: actions/cache/save@f5ce41475b483ad7581884324a6eca9f48f8dcc7 - if: steps.restore-pods-cache.outputs.cache-hit != 'true' - with: - path: auth0_flutter/example/ios/Pods - key: pods-${{ hashFiles('Podfile.lock') }}-${{ hashFiles('.xcode-version') }}-v1 - - name: Set .env working-directory: auth0_flutter/example/ios run: printf '%s\n%s\n%s' "AUTH0_DOMAIN=$AUTH0_DOMAIN" "AUTH0_CLIENT_ID=$AUTH0_CLIENT_ID" 'AUTH0_CUSTOM_SCHEME=demo' >> ../.env