Skip to content

Commit fc1315a

Browse files
committed
Add recurse submodules to CI
1 parent 9514c5b commit fc1315a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ jobs:
4545
runs-on: ubuntu-latest
4646
steps:
4747
- uses: actions/checkout@v4
48-
48+
with:
49+
submodules: recursive
4950
- name: Cache ccache
5051
uses: rhaschke/cache@main
5152
with:

0 commit comments

Comments
 (0)