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 58ba8bcCopy full SHA for 58ba8bc
.github/workflows/minimal.yml
@@ -29,11 +29,14 @@ jobs:
29
~/.cargo/git/db/
30
target/
31
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
32
- - run: npm ci;
+ - run: npm ci --development;
33
- name: Prepare minimal 2d build
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