feat: add Java setup step in CI workflow
Some checks failed
Build App / build (push) Failing after 3m7s

This commit is contained in:
2026-03-01 16:17:02 +01:00
parent f72c60fa0f
commit 53af6f342e

View File

@@ -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: