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:
3
.github/workflows/build-1214.yml
vendored
3
.github/workflows/build-1214.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user