Skip to content

Commit 2dd117a

Browse files
committed
add deps install for minimal compat
1 parent 81b9739 commit 2dd117a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/minimal.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
working-directory: ./builds/prepare_builds/
3535
run: |
3636
cargo run -- -c assets/example_dim2_minimal.json
37+
- name: install rapier-compat dependencies
38+
working-directory: ./rapier-compat
39+
run: npm ci;
3740
- name: Build minimal 2d project
3841
working-directory: ./builds/rapier2d-minimal
3942
run: |

0 commit comments

Comments
 (0)