Skip to content

Commit 670a112

Browse files
authored
Update cross-build.yml
1 parent 4a536f2 commit 670a112

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cross-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
with:
17+
submodules: recursive
1718
fetch-depth: 0
1819

1920
- name: Build Win32
@@ -43,6 +44,7 @@ jobs:
4344
steps:
4445
- uses: actions/checkout@v4
4546
with:
47+
submodules: recursive
4648
fetch-depth: 0
4749

4850
- name: Build Win64
@@ -74,6 +76,7 @@ jobs:
7476
steps:
7577
- uses: actions/checkout@v4
7678
with:
79+
submodules: recursive
7780
fetch-depth: 0
7881

7982
- name: Tag automatic release

0 commit comments

Comments
 (0)