ci(build): fix url
All checks were successful
build / build (push) Successful in 1m1s

This commit is contained in:
张泊明518370910136 2024-10-19 06:20:45 -04:00
parent 684d83707e
commit 415869c160
GPG Key ID: D47306D7062CDA9D

View File

@ -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