jdk
Some checks failed
checks / Set up Node and other necessary dependencies for Frontend Tests and Build (push) Successful in 11s
checks / Set up Java for Backend Tests and Build (push) Failing after 3s
Gitea Actions Demo / Explore-Gitea-Actions (pull_request) Successful in 3s
Gitea Actions Demo / Explore-Gitea-Actions-2 (pull_request) Successful in 2s
checks / Set up Node and other necessary dependencies for Frontend Tests and Build (pull_request) Successful in 10s
checks / Set up Java for Backend Tests and Build (pull_request) Failing after 4s

This commit is contained in:
Patrick
2025-10-31 09:25:42 +01:00
parent cc114d68ce
commit 67262d3a20

View File

@ -109,6 +109,11 @@ jobs:
fi
shell: bash
- name: Install Java (for act)
run: |
apt-get update
apt-get install -y openjdk-21-jdk
- uses: actions/checkout@v5
- name: Set up JDK 21 for x64
uses: actions/setup-java@v4