diff --git a/.github/workflows/android_firebase_app_distribution_develop.yml b/.github/workflows/android_firebase_app_distribution_develop.yml index cd39ca2..b801422 100644 --- a/.github/workflows/android_firebase_app_distribution_develop.yml +++ b/.github/workflows/android_firebase_app_distribution_develop.yml @@ -33,15 +33,14 @@ jobs: distribution: 'zulu' java-version: ${{ env.java_version }} - - name: '[Setup - Flutter Actions with Cache]' + # Install Flutter SDK + - name: '[Setup - Flutter SDK]' uses: subosito/flutter-action@v2 with: channel: 'stable' flutter-version: ${{ env.flutter_version }} - cache: true + cache: false architecture: x64 - cache-key: 'flutter-:os:-:channel:-:version:-:arch:' - cache-path: '${{ runner.tool_cache }}/flutter/:channel:-:version:-:arch:' # Make sure we have latest FVM - name: '[FVM - Install]' diff --git a/.github/workflows/android_firebase_app_distribution_production.yml b/.github/workflows/android_firebase_app_distribution_production.yml index 4208036..facdcc6 100644 --- a/.github/workflows/android_firebase_app_distribution_production.yml +++ b/.github/workflows/android_firebase_app_distribution_production.yml @@ -33,15 +33,14 @@ jobs: distribution: 'zulu' java-version: ${{ env.java_version }} - - name: '[Setup - Flutter Actions with Cache]' + # Install Flutter SDK + - name: '[Setup - Flutter SDK]' uses: subosito/flutter-action@v2 with: channel: 'stable' flutter-version: ${{ env.flutter_version }} - cache: true + cache: false architecture: x64 - cache-key: 'flutter-:os:-:channel:-:version:-:arch:' - cache-path: '${{ runner.tool_cache }}/flutter/:channel:-:version:-:arch:' # Make sure we have latest FVM - name: '[FVM - Install]' diff --git a/.github/workflows/android_firebase_app_distribution_staging.yml b/.github/workflows/android_firebase_app_distribution_staging.yml index 3cdb030..30466e8 100644 --- a/.github/workflows/android_firebase_app_distribution_staging.yml +++ b/.github/workflows/android_firebase_app_distribution_staging.yml @@ -33,11 +33,13 @@ jobs: distribution: 'zulu' java-version: ${{ env.java_version }} - - name: '[Setup - Flutter Actions with Cache]' + # Install Flutter SDK + - name: '[Setup - Flutter SDK]' uses: subosito/flutter-action@v2 with: channel: 'stable' flutter-version: ${{ env.flutter_version }} + cache: false architecture: x64 # Make sure we have latest FVM diff --git a/.github/workflows/android_play_store_distribution.yml b/.github/workflows/android_play_store_distribution.yml index 5b4b6f7..3ea7e07 100644 --- a/.github/workflows/android_play_store_distribution.yml +++ b/.github/workflows/android_play_store_distribution.yml @@ -33,15 +33,14 @@ jobs: distribution: 'zulu' java-version: ${{ env.java_version }} - - name: '[Setup - Flutter Actions with Cache]' + # Install Flutter SDK + - name: '[Setup - Flutter SDK]' uses: subosito/flutter-action@v2 with: channel: 'stable' flutter-version: ${{ env.flutter_version }} - cache: true + cache: false architecture: x64 - cache-key: 'flutter-:os:-:channel:-:version:-:arch:' - cache-path: '${{ runner.tool_cache }}/flutter/:channel:-:version:-:arch:' # Make sure we have latest FVM - name: '[FVM - Install]' diff --git a/.github/workflows/flutter_project_codecheck_android.yml b/.github/workflows/flutter_project_codecheck_android.yml index f08d74b..23014cf 100644 --- a/.github/workflows/flutter_project_codecheck_android.yml +++ b/.github/workflows/flutter_project_codecheck_android.yml @@ -32,15 +32,14 @@ jobs: distribution: 'zulu' java-version: ${{ env.java_version }} - - name: '[Setup - Flutter Actions with Cache]' + # Install Flutter SDK + - name: '[Setup - Flutter SDK]' uses: subosito/flutter-action@v2 with: channel: 'stable' flutter-version: ${{ env.flutter_version }} - cache: true + cache: false architecture: x64 - cache-key: 'flutter-:os:-:channel:-:version:-:arch:' - cache-path: '${{ runner.tool_cache }}/flutter/:channel:-:version:-:arch:' # Make sure we have latest FVM - name: '[FVM - Install]'