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
|
rustup target add wasm32-unknown-unknown
|
||||||
|
|
||||||
# Configure cargo registry for sharenet-sh-forgejo
|
# Configure cargo registry for sharenet-sh-forgejo
|
||||||
cat > $HOME/.cargo/config.toml << EOF
|
mkdir -p $HOME/.cargo
|
||||||
[registries.sharenet-sh-forgejo]
|
echo '[registries.sharenet-sh-forgejo]' > $HOME/.cargo/config.toml
|
||||||
index = "sparse+https://${{ secrets.REGISTRY_HOST }}/api/packages/${{ github.repository }}/cargo/index/"
|
echo 'index = "sparse+https://${{ secrets.REGISTRY_HOST }}/api/packages/${{ github.repository }}/cargo/index/"' >> $HOME/.cargo/config.toml
|
||||||
|
echo '' >> $HOME/.cargo/config.toml
|
||||||
[net]
|
echo '[net]' >> $HOME/.cargo/config.toml
|
||||||
git-fetch-with-cli = true
|
echo 'git-fetch-with-cli = true' >> $HOME/.cargo/config.toml
|
||||||
EOF
|
|
||||||
|
|
||||||
# Install wasm-pack
|
# Install wasm-pack
|
||||||
cargo install wasm-pack
|
cargo install wasm-pack
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue