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