Skip to content

Commit

Permalink
Recursively checkout submodules too
Browse files Browse the repository at this point in the history
This is needed for DaehwanKimLab#251
where 'simde' is added as a Git submodule

Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
  • Loading branch information
martin-g authored and mr-c committed Feb 15, 2023
1 parent cf54a5d commit 40d1788
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive

- name: Build
run: make -j allall
Expand All @@ -25,6 +27,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive

- name: Build on Linux ARM64
uses: uraimo/run-on-arch-action@v2
Expand Down

0 comments on commit 40d1788

Please sign in to comment.