We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a1246b commit 2915cf2Copy full SHA for 2915cf2
1 file changed
.github/workflows/Publish.yml
@@ -17,7 +17,8 @@ jobs:
17
runs-on: ubuntu-latest
18
steps:
19
- uses: actions/checkout@v4
20
- submodules: true
+ with:
21
+ submodules: true
22
23
- name: Setup Emscripten
24
uses: mymindstorm/setup-emsdk@v14
0 commit comments