This commit is contained in:
千里走单骑 2024-04-02 23:26:27 +08:00
parent d11556bb26
commit f287959055
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ jobs:
echo "nameserver 180.184.1.1" >/etc/resolv.conf
sed -i 's/dl-cdn.alpinelinux.org/mirrors.volces.com/g' /etc/apk/repositories
apk update --no-cache && npm config set registry https://registry.npmmirror.com
rm -rf /etc/resolv.conf
- name: Check out repository code
uses: actions/checkout@v4
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."