Skip to content

Commit

Permalink
fix: android ci (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
Naturalclar committed Apr 9, 2024
1 parent 42f0509 commit 63a0ec0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
- name: Get yarn cache
id: yarn-cache
run: echo "::set-output name=dir::$(yarn cache dir)"
Expand Down

0 comments on commit 63a0ec0

Please sign in to comment.