Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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]'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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]'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/android_play_store_distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]'
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/flutter_project_codecheck_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]'
Expand Down
Loading