We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f054009 commit daff8bbCopy full SHA for daff8bb
.github/workflows/cmake-multi-platform.yml
@@ -46,6 +46,8 @@ jobs:
46
47
steps:
48
- uses: actions/checkout@v4
49
+ with:
50
+ submodules: true # Fetch submodules
51
52
- name: Set reusable strings
53
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.
0 commit comments