ci: update gh mirror
All checks were successful
build / build (push) Successful in 2m16s

This commit is contained in:
张泊明518370910136 2025-01-15 22:30:44 -05:00
parent 18e2a1b5be
commit aee18f582d
GPG Key ID: D47306D7062CDA9D

View File

@ -14,9 +14,9 @@ jobs:
- name: Install PDM - name: Install PDM
run: | run: |
echo curl 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 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 echo python3
python3 install-pdm.py -p /usr python3 install-pdm.py -p /usr
- name: Display PDM version - name: Display PDM version