Skip to content

Commit 06d0fe1

Browse files
committed
Fix CI
1 parent b005067 commit 06d0fe1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ env:
1212
jobs:
1313
build:
1414
runs-on: ubuntu-latest
15-
with:
16-
submodules: recursive
1715

1816
steps:
1917
- uses: actions/checkout@v3
18+
with:
19+
submodules: recursive
2020
- name: Use Node.js 18
2121
uses: actions/setup-node@v3
2222
with:

0 commit comments

Comments
 (0)