Skip to content

Commit

Permalink
install tools via binstall
Browse files Browse the repository at this point in the history
  • Loading branch information
kritzcreek committed Jul 27, 2024
1 parent d30c29a commit 0f263be
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ jobs:
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
- uses: extractions/setup-just@v2
- uses: cargo-bins/[email protected]
- run: just ci
- name: Set up toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Install tools
uses: cargo-bins/[email protected]
run: cargo binstall -y just wasm-bindgen-cli wasm-opt
- name: Run CI script
uses: actions/checkout@v4
run: just ci
1 change: 0 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ ci:
cargo clippy --all-targets --all-features
cargo fmt --all --check

cargo binstall wasm-bindgen-cli wasm-opt
just build-wasm-lib
just build-playground

Expand Down

0 comments on commit 0f263be

Please sign in to comment.