Skip to content

Commit

Permalink
remove canbench installation
Browse files Browse the repository at this point in the history
  • Loading branch information
wasm-forge committed Aug 25, 2024
1 parent 7ab23d1 commit df5b329
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: Install Rust
run: rustup update stable

Expand All @@ -30,9 +31,6 @@ jobs:
- name: Install wasi2ic
run: cargo install wasi2ic

- name: Install canbench
run: cargo install canbench

- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov

Expand Down

0 comments on commit df5b329

Please sign in to comment.