Skip to content

Commit

Permalink
install wasm-opt through cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
luca992 committed Oct 10, 2023
1 parent e2eb1a0 commit 1eef01f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/Integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ jobs:
rustup target add wasm32-unknown-unknown
- name: Install wasm-opt
run: |
sudo apt-get update
sudo apt-get install -y binaryen
cargo add wasm-opt
- name: Cache cargo registry
uses: actions/cache@v3
continue-on-error: false
Expand Down

0 comments on commit 1eef01f

Please sign in to comment.