Skip to content

Commit

Permalink
fix: checkout submodules in GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
SaicharanKandukuri committed Apr 4, 2024
1 parent 812ae1b commit a6ac29d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-udroid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
steps:
- name: checkout repo
uses: actions/checkout@v3
with:
submodules: recursive

- name: Docker Setup QEMU
uses: docker/setup-qemu-action@v2
Expand Down

0 comments on commit a6ac29d

Please sign in to comment.