mirror of
https://github.com/Winds-Studio/Leaf.git
synced 2025-12-25 18:09:17 +00:00
Fix auto update workflow (#72)
This commit is contained in:
7
.github/workflows/auto-update.yml
vendored
7
.github/workflows/auto-update.yml
vendored
@@ -43,7 +43,12 @@ jobs:
|
||||
git config --global user.email no-reply@github.com
|
||||
cd Leaf
|
||||
chmod +x gradlew
|
||||
|
||||
|
||||
- uses: actions/setup-java@v4
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: 21
|
||||
|
||||
- name: Running tests before push
|
||||
run: |
|
||||
cd Leaf
|
||||
|
||||
Reference in New Issue
Block a user