Skip to content

Commit

Permalink
update java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
hyp committed Sep 18, 2024
1 parent cf907dc commit 4f08f40
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/bcny-firebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,12 @@ jobs:
- name: Install absl-py
run: pip install absl-py

- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'

- name: Build Android
run: |
echo "NDK: $NDK_ROOT"
Expand Down

0 comments on commit 4f08f40

Please sign in to comment.