change cargo registry url
Some checks failed
Podman Rootless Demo / test-backend (push) Has been skipped
Podman Rootless Demo / test-frontend (push) Has been skipped
Podman Rootless Demo / build-backend (push) Has been skipped
Podman Rootless Demo / build-frontend (push) Failing after 1m2s
Podman Rootless Demo / deploy-prod (push) Has been skipped
Some checks failed
Podman Rootless Demo / test-backend (push) Has been skipped
Podman Rootless Demo / test-frontend (push) Has been skipped
Podman Rootless Demo / build-backend (push) Has been skipped
Podman Rootless Demo / build-frontend (push) Failing after 1m2s
Podman Rootless Demo / deploy-prod (push) Has been skipped
This commit is contained in:
parent
bb505df141
commit
33647883ca
1 changed files with 1 additions and 1 deletions
|
|
@ -221,7 +221,7 @@ jobs:
|
||||||
# Configure cargo registry for sharenet-sh-forgejo
|
# Configure cargo registry for sharenet-sh-forgejo
|
||||||
mkdir -p $HOME/.cargo
|
mkdir -p $HOME/.cargo
|
||||||
echo '[registries.sharenet-sh-forgejo]' > $HOME/.cargo/config.toml
|
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 'index = "sparse+https://${{ secrets.REGISTRY_HOST }}/api/packages/${{ github.repository }}/cargo/_cargo-index/"' >> $HOME/.cargo/config.toml
|
||||||
echo '' >> $HOME/.cargo/config.toml
|
echo '' >> $HOME/.cargo/config.toml
|
||||||
echo '[net]' >> $HOME/.cargo/config.toml
|
echo '[net]' >> $HOME/.cargo/config.toml
|
||||||
echo 'git-fetch-with-cli = true' >> $HOME/.cargo/config.toml
|
echo 'git-fetch-with-cli = true' >> $HOME/.cargo/config.toml
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue