From 415869c160ec2b664dad5ef3f372aac9e8893d02 Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Sat, 19 Oct 2024 06:20:45 -0400 Subject: [PATCH] ci(build): fix url --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index dcfb873..b1b03ca 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -16,7 +16,7 @@ jobs: - name: Install PDM run: | echo curl - curl -sSL https://ghp.ci/https://pdm-project.org/install-pdm.py -o install-pdm.py + curl -sSL https://ghp.ci/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 echo python3