Skip to content

Commit

Permalink
ci: install binaryen for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
crnbarr93 committed Dec 22, 2024
1 parent 1116921 commit 1e00712
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ jobs:
toolchain: 1.76.0
targets: wasm32-unknown-unknown
components: rustfmt, clippy
- name: Install Binaryen
run: |
chmod +x ./scripts/install-binaryen.sh
./scripts/install-binaryen.sh
- name: Download Deploy Script
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 1e00712

Please sign in to comment.