We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a4f556 commit b36d7d0Copy full SHA for b36d7d0
.github/workflows/Build-Events-Zip.yml
@@ -18,6 +18,12 @@ jobs:
18
submodules: recursive
19
fetch-depth: 0
20
21
+ - name: Ensure submodules are initialized and at the recorded commit
22
+ run: |
23
+ # sync submodule URLs, init and update to the recorded gitlinks
24
+ git submodule sync --recursive
25
+ git submodule update --init --recursive --force
26
+
27
- name: Install zip
28
run: sudo apt-get install zip
29
0 commit comments