From cdde92015d98d87509024b5d55a4ebb7bd94a9a0 Mon Sep 17 00:00:00 2001 From: Patrick Date: Fri, 31 Oct 2025 13:16:54 +0100 Subject: [PATCH] check apt-get --- .gitea/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 4e76dfc..c2f6462 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -114,7 +114,7 @@ jobs: uses: actions/setup-java@v4 with: java-version: '21' - #distribution: 'temurin' + distribution: 'oracle-jdk' architecture: x64 cache: maven cache-dependency-path: 'pom.xml' # optional