We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cc2ba9 commit 17f8c7dCopy full SHA for 17f8c7d
.github/workflows/cmake-ci.yml
@@ -43,6 +43,8 @@ jobs:
43
44
steps:
45
- uses: actions/checkout@v3
46
+ with:
47
+ submodules: 'true'
48
49
- name: Dump environment variables
50
run: echo "OS_NAME=$OS_NAME, BUILD_TYPE=$BUILD_TYPE, SKIP_MESON=$SKIP_MESON"
0 commit comments