Skip to content

Commit

Permalink
fix(ci): checkout submodules 2/2
Browse files Browse the repository at this point in the history
  • Loading branch information
berdal84 committed Nov 20, 2024
1 parent 7a4c6b0 commit f421f06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:

- name: Git Checkout
uses: actions/checkout@v4
submodules: true
with:
submodules: true

- name: Create Build Environment
# Some projects don't allow in-source building, so create a separate build directory
Expand Down

0 comments on commit f421f06

Please sign in to comment.