Skip to content

Commit c3267f6

Browse files
committed
Removed submodules in CI (Windows barfs on some file names).
1 parent d349cc8 commit c3267f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323

2424
steps:
2525
- uses: actions/checkout@v4
26-
with:
27-
submodules: true
26+
# with:
27+
# submodules: true
2828
- name: Setup Node.js ${{matrix.node-version}}
2929
uses: actions/setup-node@v4
3030
with:

0 commit comments

Comments
 (0)