Skip to content

Commit

Permalink
ci: fix android ci
Browse files Browse the repository at this point in the history
  • Loading branch information
davidliu committed Jun 3, 2024
1 parent 3b88d04 commit 2d3cd70
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/native_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'adopt'

- uses: actions/setup-node@v4
with:
node-version: '18.x'
Expand Down

0 comments on commit 2d3cd70

Please sign in to comment.