mirror of
https://github.com/LSPosed/LSPlant.git
synced 2025-05-05 14:06:37 +08:00
No duplicate gradle cache
This commit is contained in:
parent
28f17fee3e
commit
25c617d1fd
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@ -29,15 +29,6 @@ jobs:
|
|||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
java-version: '17'
|
java-version: '17'
|
||||||
cache: 'gradle'
|
cache: 'gradle'
|
||||||
- name: Cache Gradle Build
|
|
||||||
uses: actions/cache@v3
|
|
||||||
with:
|
|
||||||
path: |
|
|
||||||
~/.gradle/caches/build-cache-*
|
|
||||||
~/.gradle/buildOutputCleanup/cache.properties
|
|
||||||
key: gradle-builds-core-${{ github.sha }}
|
|
||||||
restore-keys: |
|
|
||||||
gradle-builds-${{ runner.os }}
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
uses: hendrikmuhs/ccache-action@v1.2
|
uses: hendrikmuhs/ccache-action@v1.2
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user