Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
ci: update ci for submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaBrighi committed Apr 24, 2023
1 parent b37cf01 commit f371312
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: set up JDK 17
uses: actions/setup-java@v3
with:
Expand All @@ -28,6 +30,8 @@ jobs:
# needs: build
# steps:
# - uses: actions/checkout@v3
# with:
# submodules: recursive
# - name: set up JDK 17
# uses: actions/setup-java@v3
# with:
Expand Down Expand Up @@ -58,6 +62,8 @@ jobs:
# api-level: ${{ fromJson(needs.gen-api-latest.outputs.api) }}
# steps:
# - uses: actions/checkout@v3
# with:
# submodules: recursive
# - name: set up JDK 17
# uses: actions/setup-java@v3
# with:
Expand Down

0 comments on commit f371312

Please sign in to comment.