From ec2af3a82d7b22eef20e2e72719be3a369d4f1f8 Mon Sep 17 00:00:00 2001 From: cneicy Date: Wed, 26 Aug 2026 07:06:58 +0800 Subject: [PATCH] ci: mirror Git package dependencies --- .gitea/workflows/unity-verify.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/unity-verify.yml b/.gitea/workflows/unity-verify.yml index 525a05e..fa0e35e 100644 --- a/.gitea/workflows/unity-verify.yml +++ b/.gitea/workflows/unity-verify.yml @@ -31,6 +31,7 @@ jobs: cat "$machine_id_file" > /etc/machine-id echo "Unity machine identity restored" fi + git config --global url."https://ghfast.top/https://github.com/".insteadOf "https://github.com/" unity_bin="$(command -v unity-editor || command -v unity || command -v Unity || true)" test -n "$unity_bin" "$unity_bin" \