fix: add step to install wasm-opt to our CI for building and uploading binaries
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user