Skip to content

Commit

Permalink
ci: android try setup only in react-native-app
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiKilian committed Dec 5, 2024
1 parent ed70c1d commit 9552bc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,11 @@ jobs:

- name: Setup
uses: ./.github/actions/setup
working-directory: ./packages/react-native-app

- name: Setup Azul Zulu OpenJDK
uses: actions/setup-java@v4
working-directory: ./packages/react-native-app
with:
distribution: zulu
java-version: 21
Expand Down

0 comments on commit 9552bc1

Please sign in to comment.