Skip to content

Commit

Permalink
ci: install just, use action to install rust cli
Browse files Browse the repository at this point in the history
  • Loading branch information
G4Vi committed Jan 25, 2024
1 parent ebfc08d commit 3abbaa4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,13 @@ jobs:
| jq '.key == "function_name", .value.stringValue == "_start"'
- name: Install Component CLI Deps
run: cargo install wasm-tools cargo-component
uses: actions-rs/cargo@v1
with:
command: install
args: wasm-tools cargo-component

- name: Install Just
uses: extractions/setup-just@v1

- name: Build wit
run: just build_wit
Expand Down

0 comments on commit 3abbaa4

Please sign in to comment.