feature/1-self-sovereign-passports-for-user-identity #2
1 changed files with 5 additions and 0 deletions
|
|
@ -232,6 +232,11 @@ jobs:
|
|||
mv wasm-pack-v0.13.1-x86_64-unknown-linux-musl/wasm-pack /usr/local/bin/
|
||||
chmod +x /usr/local/bin/wasm-pack
|
||||
|
||||
- name: Install C compiler for WASM build
|
||||
run: |
|
||||
# Install minimal C compiler for Rust build dependencies
|
||||
apk add --no-cache musl-dev gcc
|
||||
|
||||
- name: Build WASM module
|
||||
run: |
|
||||
export HOME=/root
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue