Skip to content

Commit b36d7d0

Browse files
committed
maybe fix the events zip?
1 parent 1a4f556 commit b36d7d0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/Build-Events-Zip.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ jobs:
1818
submodules: recursive
1919
fetch-depth: 0
2020

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+
2127
- name: Install zip
2228
run: sudo apt-get install zip
2329

0 commit comments

Comments
 (0)