fix: use public forge URL for git clone in CI (isolated network can't reach localhost)
Some checks failed
CI / test (push) Successful in 1m38s
CI / release (push) Failing after 55s
CI / docker (push) Has been skipped

This commit is contained in:
Stefano Bertelli 2026-03-30 19:13:43 -05:00
parent b841835de0
commit af3c20b274

View file

@ -31,7 +31,7 @@ jobs:
run: |
apt-get update && apt-get install -y --no-install-recommends \
git wireguard-tools pkg-config libxml2-dev libxmlsec1-dev libxmlsec1-openssl
git clone --depth=1 ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}.git .
git clone --depth=1 https://forge.provvedo.com/${GITHUB_REPOSITORY}.git .
git checkout ${GITHUB_SHA}
- name: Install uv