feature/1-self-sovereign-passports-for-user-identity #2

Merged
continuist merged 29 commits from feature/1-self-sovereign-passports-for-user-identity into main 2025-11-01 10:32:30 -04:00
Showing only changes of commit 89e4d56de6 - Show all commits

View file

@ -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