From 53af6f342e6c6e841fabb92143e0dd687d188349 Mon Sep 17 00:00:00 2001 From: space Date: Sun, 1 Mar 2026 16:17:02 +0100 Subject: [PATCH] feat: add Java setup step in CI workflow --- .gitea/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 94ab542..9cd4a94 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -19,6 +19,12 @@ jobs: with: version: latest + - name: 🏗 Setup Java + uses: actions/setup-java@v4 + with: + distribution: temurin + java-version: 17 + - name: 🏗 Setup Expo and EAS uses: expo/expo-github-action@v8 with: