feat: add Java setup step in CI workflow
Some checks failed
Build App / build (push) Failing after 3m7s
Some checks failed
Build App / build (push) Failing after 3m7s
This commit is contained in:
@@ -19,6 +19,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
version: latest
|
version: latest
|
||||||
|
|
||||||
|
- name: 🏗 Setup Java
|
||||||
|
uses: actions/setup-java@v4
|
||||||
|
with:
|
||||||
|
distribution: temurin
|
||||||
|
java-version: 17
|
||||||
|
|
||||||
- name: 🏗 Setup Expo and EAS
|
- name: 🏗 Setup Expo and EAS
|
||||||
uses: expo/expo-github-action@v8
|
uses: expo/expo-github-action@v8
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user