Skip to content

Commit

Permalink
ci: install deps and fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
b-ma committed Dec 24, 2024
1 parent 0f7d131 commit ff041a3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/matrix-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:

- name: Setup Rust toolchain
uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt

# only install cross (via cargo-binstall) if we need it
- name: Install Cross
Expand All @@ -63,7 +65,10 @@ jobs:
- name: Generate Cargo.lock
run: cargo generate-lockfile

- name: Generate files from IDL
- name: Install Deps
run: npm install

- name: Re-generate files from IDL
run: npm run generate

- name: Build Binary
Expand Down

0 comments on commit ff041a3

Please sign in to comment.