Skip to content

Commit 3e04bf8

Browse files
committed
chore(ci): fix JS ci
1 parent d75acff commit 3e04bf8

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/validate-js.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- uses: actions/checkout@v4
35+
with:
36+
submodules: recursive
3537

3638
- name: Setup Bun
3739
uses: oven-sh/setup-bun@v2
@@ -71,6 +73,8 @@ jobs:
7173
runs-on: ubuntu-latest
7274
steps:
7375
- uses: actions/checkout@v4
76+
with:
77+
submodules: recursive
7478

7579
- name: Setup Bun
7680
uses: oven-sh/setup-bun@v2

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
url = https://github.com/google/filament
44
[submodule "bullet3"]
55
path = bullet3
6-
url = git@github.com:bulletphysics/bullet3.git
6+
url = https://github.com/bulletphysics/bullet3.git

0 commit comments

Comments
 (0)