remove cache steps
All checks were successful
All checks were successful
This commit is contained in:
@@ -90,24 +90,6 @@ jobs:
|
||||
- name: Set pub cache path
|
||||
run: echo "PUB_CACHE=${GITHUB_WORKSPACE}/.pub-cache" >> "$GITHUB_ENV"
|
||||
|
||||
- name: Cache pub packages
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: ${{ env.PUB_CACHE }}
|
||||
key: flutter-pub-${{ runner.os }}-${{ hashFiles('pubspec.lock') }}
|
||||
restore-keys: |
|
||||
flutter-pub-${{ runner.os }}-
|
||||
|
||||
- name: Cache Gradle
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
~/.gradle/caches
|
||||
~/.gradle/wrapper
|
||||
key: gradle-${{ runner.os }}-${{ hashFiles('android/**/*.gradle*', 'android/**/*.properties') }}
|
||||
restore-keys: |
|
||||
gradle-${{ runner.os }}-
|
||||
|
||||
- name: Flutter dependencies
|
||||
run: flutter pub get
|
||||
|
||||
@@ -205,14 +187,6 @@ jobs:
|
||||
- name: Set pub cache path
|
||||
run: echo "PUB_CACHE=${GITHUB_WORKSPACE}/.pub-cache" >> "$GITHUB_ENV"
|
||||
|
||||
- name: Cache pub packages
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: ${{ env.PUB_CACHE }}
|
||||
key: flutter-pub-${{ runner.os }}-${{ hashFiles('pubspec.lock') }}
|
||||
restore-keys: |
|
||||
flutter-pub-${{ runner.os }}-
|
||||
|
||||
- name: Flutter dependencies
|
||||
run: flutter pub get
|
||||
|
||||
|
||||
Reference in New Issue
Block a user