Skip to content

Commit

Permalink
chore: add checkout of submodules for android build
Browse files Browse the repository at this point in the history
  • Loading branch information
txbrown committed Jan 23, 2024
1 parent d8d56fe commit c827f76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3


- name: Setup
uses: ./.github/actions/setup
Expand Down Expand Up @@ -54,6 +55,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive

- name: Setup
uses: ./.github/actions/setup
Expand Down

0 comments on commit c827f76

Please sign in to comment.