We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d75acff commit 3e04bf8Copy full SHA for 3e04bf8
2 files changed
.github/workflows/validate-js.yml
@@ -32,6 +32,8 @@ jobs:
32
runs-on: ubuntu-latest
33
steps:
34
- uses: actions/checkout@v4
35
+ with:
36
+ submodules: recursive
37
38
- name: Setup Bun
39
uses: oven-sh/setup-bun@v2
@@ -71,6 +73,8 @@ jobs:
71
73
72
74
75
76
77
78
79
80
.gitmodules
@@ -3,4 +3,4 @@
3
url = https://github.com/google/filament
4
[submodule "bullet3"]
5
path = bullet3
6
- url = git@github.com:bulletphysics/bullet3.git
+ url = https://github.com/bulletphysics/bullet3.git
0 commit comments