9
0
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:
DGun Otto
2024-06-26 10:56:31 +08:00
committed by GitHub
parent e5d357308b
commit 42119cd99b

View File

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