Skip to content

Commit

Permalink
perf(actions): 移除缓存
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Dec 28, 2023
1 parent 984b80d commit 703d325
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/Build-Apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,6 @@ jobs:
with:
distribution: 'adopt'
java-version: '17'
cache: 'gradle'

- uses: actions/cache@v3
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-gradle-

- name: write secrets info
run: |
Expand Down

0 comments on commit 703d325

Please sign in to comment.