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: