mirror of
https://github.com/vectras-team/termux-x11.git
synced 2024-11-23 14:49:58 +00:00
restore cache (#259)
This commit is contained in:
parent
2dcd6e0644
commit
caa28b1509
12
.github/workflows/debug_build.yml
vendored
12
.github/workflows/debug_build.yml
vendored
@ -17,6 +17,18 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Restore cache
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
~/.gradle/caches
|
||||
~/.gradle/wrapper
|
||||
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}
|
||||
|
||||
restore-keys: |
|
||||
${{ runner.os }}-gradle-
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
./gradlew assembleDebug
|
||||
|
Loading…
Reference in New Issue
Block a user