rm dns
This commit is contained in:
parent
d11556bb26
commit
f287959055
|
@ -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."
|
||||
|
|
Loading…
Reference in New Issue