Skip to content

Commit 46cb1a0

Browse files
authored
* we want checkout to also fetch submodules
1 parent 2dcc5e5 commit 46cb1a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cmake.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v2
18+
with:
19+
submodules: 'true'
1820

1921
- name: Configure CMake
2022
run: cmake -B ${{github.workspace}}/build -DBUILD_TESTS=ON

0 commit comments

Comments
 (0)