fix: revert to GITHUB_SERVER_URL for git clone (runner URL now public)
Some checks failed
CI / test (push) Failing after 38s
CI / release (push) Has been skipped
CI / docker (push) Has been skipped

This commit is contained in:
Stefano Bertelli 2026-03-30 19:16:50 -05:00
parent af3c20b274
commit 78acae7947

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 https://forge.provvedo.com/${GITHUB_REPOSITORY}.git .
git clone --depth=1 ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}.git .
git checkout ${GITHUB_SHA}
- name: Install uv