1
0
mirror of https://github.com/MultiMote/niimblue synced 2026-01-19 19:37:11 +03:00

Actions Gradle cache

This commit is contained in:
MultiMote
2025-05-16 10:09:24 +03:00
parent 5669b6961b
commit 8ccbe65ac2

View File

@@ -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