Skip to content

Commit 17f8c7d

Browse files
authored
Update cmake-ci.yml (#148)
Enable submodules checkout
1 parent 8cc2ba9 commit 17f8c7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cmake-ci.yml

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

4444
steps:
4545
- uses: actions/checkout@v3
46+
with:
47+
submodules: 'true'
4648

4749
- name: Dump environment variables
4850
run: echo "OS_NAME=$OS_NAME, BUILD_TYPE=$BUILD_TYPE, SKIP_MESON=$SKIP_MESON"

0 commit comments

Comments
 (0)