mirror of
https://codeberg.org/mi6e4ka/openstore.git
synced 2025-06-28 12:09:57 +00:00
ci: remove useless cache
This commit is contained in:
parent
d12f4470fd
commit
180cf8fdfb
1 changed files with 13 additions and 14 deletions
|
@ -32,23 +32,23 @@ jobs:
|
|||
java-version: "21"
|
||||
distribution: "temurin"
|
||||
|
||||
- name: Cache Android SDK
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
~/android-sdk
|
||||
~/.android
|
||||
key: ${{ runner.os }}-android-${{ hashFiles('android/build.gradle.kts') }}
|
||||
# - name: Cache Android SDK
|
||||
# uses: actions/cache@v3
|
||||
# with:
|
||||
# path: |
|
||||
# ~/android-sdk
|
||||
# ~/.android
|
||||
# key: ${{ runner.os }}-android-${{ hashFiles('android/build.gradle.kts') }}
|
||||
|
||||
- name: Setup Android SDK
|
||||
uses: https://github.com/android-actions/setup-android@v3
|
||||
|
||||
- name: Cache Flutter
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
./flutter/bin/cache
|
||||
key: ${{ runner.os }}-flutter-${{ hashFiles('.gitmodules') }}
|
||||
# - name: Cache Flutter
|
||||
# uses: actions/cache@v3
|
||||
# with:
|
||||
# path: |
|
||||
# ./flutter/bin/cache
|
||||
# key: ${{ runner.os }}-flutter-${{ hashFiles('.gitmodules') }}
|
||||
|
||||
- name: Flutter install and check
|
||||
run: ./flutter/bin/flutter doctor -v
|
||||
|
@ -83,7 +83,6 @@ jobs:
|
|||
uses: actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
./.pub-cache
|
||||
./android/.gradle
|
||||
~/.gradle
|
||||
key: ${{ runner.os }}-android-${{ hashFiles('android/') }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue