mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2024-11-16 18:52:20 +08:00
Chore: add cache action in CI (#1201)
This commit is contained in:
parent
5c1fadaba2
commit
a5619bb0ee
5
.github/workflows/build-unsigned.yaml
vendored
5
.github/workflows/build-unsigned.yaml
vendored
|
@ -33,6 +33,11 @@ jobs:
|
|||
with:
|
||||
distribution: 'adopt'
|
||||
java-version: 11
|
||||
- name: Gradle cache
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: ~/.gradle/caches
|
||||
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle/wrapper/gradle-wrapper.properties', '**/buildSrc/src/main/kotlin/**.kt') }}
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue
Block a user