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 28fecae
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/Integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@ jobs:
- name: Add wasm toolchain
run: |
rustup target add wasm32-unknown-unknown
- name: Install wasm-opt
run: |
sudo apt-get update
sudo apt-get install -y binaryen
- name: Cache cargo registry
uses: actions/cache@v3
continue-on-error: false
Expand All @@ -87,6 +83,8 @@ jobs:
${{ runner.os }}-sccache-
- name: Start sccache server
run: sccache --start-server
- name: Install wasm-opt
run: cargo add wasm-opt
- name: Compile code
run: make build
- name: ${{ matrix.make.name }}
Expand Down

0 comments on commit 28fecae

Please sign in to comment.