Skip to content

Commit 3b3ef88

Browse files
committed
Fix cloning of submodules
1 parent 06bec89 commit 3b3ef88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ jobs:
9393

9494
- name: Test
9595
run: |
96+
git submodule sync
97+
git submodule update --init --recursive --jobs 7
9698
./project/scripts/sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test;sjsSandbox/run;sjsSandbox/test;sjsJUnitTests/test ;configureIDE"
9799
./project/scripts/bootstrapCmdTests
98100

0 commit comments

Comments
 (0)