Skip to content

Commit 58ba8bc

Browse files
committed
add deps install for minimal compat
1 parent 81b9739 commit 58ba8bc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/minimal.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,14 @@ jobs:
2929
~/.cargo/git/db/
3030
target/
3131
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
32-
- run: npm ci;
32+
- run: npm ci --development;
3333
- name: Prepare minimal 2d build
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)