Skip to content

Commit 2915cf2

Browse files
committed
Fix checkout submodules syntax
1 parent 9a1246b commit 2915cf2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/Publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v4
20-
submodules: true
20+
with:
21+
submodules: true
2122

2223
- name: Setup Emscripten
2324
uses: mymindstorm/setup-emsdk@v14

0 commit comments

Comments
 (0)