mirror of
https://github.com/MultiMote/niimblue
synced 2026-01-19 19:37:11 +03:00
Actions Gradle cache
This commit is contained in:
@@ -60,6 +60,16 @@ jobs:
|
||||
working-directory: ./capacitor
|
||||
run: npm ci
|
||||
|
||||
- name: Gradle cache
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
~/.gradle/caches
|
||||
~/.gradle/wrapper
|
||||
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-gradle-
|
||||
|
||||
- name: Build niimblue www
|
||||
working-directory: ./capacitor
|
||||
run: npm run build-www
|
||||
|
||||
Reference in New Issue
Block a user