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 81b9739 commit 2dd117aCopy full SHA for 2dd117a
.github/workflows/minimal.yml
@@ -34,6 +34,9 @@ jobs:
34
working-directory: ./builds/prepare_builds/
35
run: |
36
cargo run -- -c assets/example_dim2_minimal.json
37
+ - name: install rapier-compat dependencies
38
+ working-directory: ./rapier-compat
39
+ run: npm ci;
40
- name: Build minimal 2d project
41
working-directory: ./builds/rapier2d-minimal
42
0 commit comments