Skip to content

Commit 4d15fa9

Browse files
committed
Update action to grab submodule
1 parent d58a649 commit 4d15fa9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
steps:
1515
- name: Checkout repository
1616
uses: actions/checkout@v3
17+
with:
18+
submodules: recursive
19+
fetch-depth: 0
1720

1821
- name: Install zip
1922
run: sudo apt-get install zip

0 commit comments

Comments
 (0)