mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-22 05:55:57 +00:00
Cache Gradle artifacts.
This commit is contained in:
parent
3ff48e2601
commit
413b68be63
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -61,5 +61,10 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
with:
|
||||
lfs: true
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
path: ~/.gradle/caches
|
||||
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
|
||||
restore-keys: ${{ runner.os }}-gradle
|
||||
- run: |
|
||||
./gradlew assemble
|
||||
|
|
Loading…
Reference in New Issue
Block a user