feature/1-self-sovereign-passports-for-user-identity #2
1 changed files with 6 additions and 7 deletions
|
|
@ -218,13 +218,12 @@ jobs:
|
|||
rustup target add wasm32-unknown-unknown
|
||||
|
||||
# Configure cargo registry for sharenet-sh-forgejo
|
||||
cat > $HOME/.cargo/config.toml << EOF
|
||||
[registries.sharenet-sh-forgejo]
|
||||
index = "sparse+https://${{ secrets.REGISTRY_HOST }}/api/packages/${{ github.repository }}/cargo/index/"
|
||||
|
||||
[net]
|
||||
git-fetch-with-cli = true
|
||||
EOF
|
||||
mkdir -p $HOME/.cargo
|
||||
echo '[registries.sharenet-sh-forgejo]' > $HOME/.cargo/config.toml
|
||||
echo 'index = "sparse+https://${{ secrets.REGISTRY_HOST }}/api/packages/${{ github.repository }}/cargo/index/"' >> $HOME/.cargo/config.toml
|
||||
echo '' >> $HOME/.cargo/config.toml
|
||||
echo '[net]' >> $HOME/.cargo/config.toml
|
||||
echo 'git-fetch-with-cli = true' >> $HOME/.cargo/config.toml
|
||||
|
||||
# Install wasm-pack
|
||||
cargo install wasm-pack
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue