Skip to content

Commit

Permalink
install wasm-opt
Browse files Browse the repository at this point in the history
  • Loading branch information
yito88 committed Oct 20, 2023
1 parent c902ac2 commit 9a81fcf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/namada.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ jobs:
curl -o cometbft.tar.gz -LO https://github.com/cometbft/cometbft/releases/download/v${{ matrix.comet_bft }}/cometbft_${{ matrix.comet_bft }}_linux_amd64.tar.gz
tar -xvzf cometbft.tar.gz
mv cometbft /usr/local/bin
- name: Install wasm-opt
run: |
curl -o binaryen.tar.gz -LO https://github.com/WebAssembly/binaryen/releases/download/version_114/binaryen-version_114-x86_64-linux.tar.gz
tar -xvzf binaryen.tar.gz
mv binaryen-version_114/bin/wasm-opt /usr/local/bin
- name: Clone Namada
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 9a81fcf

Please sign in to comment.