9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2026-01-04 15:41:40 +00:00

switch to blacksmith cache and cleanup

This commit is contained in:
Taiyou
2025-03-06 01:13:14 +03:00
committed by GitHub
parent 49c1d72915
commit 45b48136f1

View File

@@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@main
- name: Setup Gradle Cache
uses: actions/cache@v4
uses: useblacksmith/cache@v5
with:
path: |
~/.gradle/caches/modules-2
@@ -39,7 +39,6 @@ jobs:
java-version: 21
github-token: "${{ secrets.GITHUB_TOKEN }}"
set-java-home: true
components: 'native-image'
- name: Grant execute permission for gradlew
run: chmod +x gradlew