From 42119cd99b0f9cdf48e19f090cfc8d661a507fa4 Mon Sep 17 00:00:00 2001 From: DGun Otto <102713261+HaHaWTH@users.noreply.github.com> Date: Wed, 26 Jun 2024 10:56:31 +0800 Subject: [PATCH] Fix auto update workflow (#72) --- .github/workflows/auto-update.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 437b1c1b..dd214f24 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -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