Skip to content

Commit 4132c4e

Browse files
WIP2: Add github CI
1 parent 0b48e49 commit 4132c4e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/.github.yml

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
with:
2323
submodules: 'recursive'
2424

25+
- name: Init and Update Submodules
26+
run: |
27+
git submodule update --init --recursive
28+
2529
- name: Set strings
2630
id: strings
2731
run: |

0 commit comments

Comments
 (0)