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