Fix multiline yaml
Some checks failed
Podman Rootless Demo / test-backend (push) Has been skipped
Podman Rootless Demo / build-backend (push) Successful in 6m14s
Podman Rootless Demo / build-frontend (push) Failing after 29s
Podman Rootless Demo / deploy-prod (push) Has been skipped
Podman Rootless Demo / test-frontend (push) Has been skipped
Some checks failed
Podman Rootless Demo / test-backend (push) Has been skipped
Podman Rootless Demo / build-backend (push) Successful in 6m14s
Podman Rootless Demo / build-frontend (push) Failing after 29s
Podman Rootless Demo / deploy-prod (push) Has been skipped
Podman Rootless Demo / test-frontend (push) Has been skipped
This commit is contained in:
parent
f0d541080a
commit
10d0e40744
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