Skip to content

Commit

Permalink
Fix auto update workflow (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
HaHaWTH authored Jun 26, 2024
1 parent e5d3573 commit 42119cd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 42119cd

Please sign in to comment.