We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ba4755 commit 44a4e3fCopy full SHA for 44a4e3f
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