feature/1-self-sovereign-passports-for-user-identity #2
1 changed files with 2 additions and 2 deletions
|
|
@ -210,8 +210,8 @@ jobs:
|
||||||
|
|
||||||
- name: Install Rust toolchain and wasm-pack
|
- name: Install Rust toolchain and wasm-pack
|
||||||
run: |
|
run: |
|
||||||
# Install Rust using rustup
|
# Install Rust using rustup with wget
|
||||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
wget -O - https://sh.rustup.rs | sh -s -- -y
|
||||||
source $HOME/.cargo/env
|
source $HOME/.cargo/env
|
||||||
|
|
||||||
# Install wasm32 target
|
# Install wasm32 target
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue