fix: add step to install wasm-opt to our CI for building and uploading binaries

This commit is contained in:
farbanas
2023-03-01 11:06:21 +01:00
parent 63524eceff
commit 4a80cd301b
@@ -79,6 +79,9 @@ jobs:
override: true
components: rustfmt, clippy
- name: Install wasm-opt
run: cargo install wasm-opt
- name: Build release contracts
run: make wasm