We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8bc9be commit 8a4689bCopy full SHA for 8a4689b
1 file changed
.github/workflows/Continuous-Integration.yml
@@ -22,6 +22,8 @@ jobs:
22
# First of all, clone the repo using the checkout action.
23
- name: Checkout
24
uses: actions/checkout@main
25
+ with:
26
+ submodules: true
27
28
- name: Compilation
29
id: Compile
0 commit comments