Skip to content

Commit

Permalink
ci: install cargo-binstall
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanholz committed Nov 16, 2024
1 parent d4fda03 commit 8e8629e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ jobs:
with:
targets: wasm32-unknown-unknown

- name: Install cargo-binsall
uses: cargo-bins/cargo-binstall@main

- name: Install wasm-pack
run: https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
run: cargo binstall -y wasm-pack

- name: Install Just
uses: extractions/setup-just@v2
Expand Down

0 comments on commit 8e8629e

Please sign in to comment.