From aee18f582d9fa725fd43a5dc226de1144a5bf309 Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Wed, 15 Jan 2025 22:30:44 -0500 Subject: [PATCH] ci: update gh mirror --- .gitea/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index b8716b0..d4d0dcf 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -14,9 +14,9 @@ jobs: - name: Install PDM run: | echo curl - curl -sSL https://ghp.ci/https://raw.githubusercontent.com/pdm-project/pdm/main/install-pdm.py -o install-pdm.py + curl -sSL https://ghfast.top/https://raw.githubusercontent.com/pdm-project/pdm/main/install-pdm.py -o install-pdm.py echo sed - sed -i 's|https://github.com|https://ghp.ci/https://github.com|g' install-pdm.py + sed -i 's|https://github.com|https://ghfast.top/https://github.com|g' install-pdm.py echo python3 python3 install-pdm.py -p /usr - name: Display PDM version