Skip to content

Commit f7b59d9

Browse files
committed
pull down the submodules
1 parent bb167e6 commit f7b59d9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/emscripten-build.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
steps:
1717
- name: Checkout source code
1818
uses: actions/checkout@v3
19-
19+
with:
20+
submodules: 'recursive'
21+
2022
- name: Set up Python (required for Emscripten)
2123
uses: actions/setup-python@v4
2224
with:

0 commit comments

Comments
 (0)