feature/1-self-sovereign-passports-for-user-identity #2
1 changed files with 5 additions and 2 deletions
|
|
@ -226,8 +226,11 @@ jobs:
|
|||
echo '[net]' >> $HOME/.cargo/config.toml
|
||||
echo 'git-fetch-with-cli = true' >> $HOME/.cargo/config.toml
|
||||
|
||||
# Install wasm-pack
|
||||
cargo install wasm-pack
|
||||
# Install wasm-pack using pre-built binary to avoid C compiler dependency
|
||||
wget https://github.com/rustwasm/wasm-pack/releases/download/v0.13.1/wasm-pack-v0.13.1-x86_64-unknown-linux-musl.tar.gz
|
||||
tar -xzf wasm-pack-v0.13.1-x86_64-unknown-linux-musl.tar.gz
|
||||
mv wasm-pack-v0.13.1-x86_64-unknown-linux-musl/wasm-pack /usr/local/bin/
|
||||
chmod +x /usr/local/bin/wasm-pack
|
||||
|
||||
- name: Build WASM module
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue