From 27c585a78cc7f035928c2e676dafcc5c1eec2b46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=83=E9=87=8C=E8=B5=B0=E5=8D=95=E9=AA=91?= Date: Tue, 2 Apr 2024 23:36:52 +0800 Subject: [PATCH] apk --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index a2fd72f..dd265a5 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -18,7 +18,7 @@ jobs: - run: | 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 && add --no-cache docker && npm config set registry https://registry.npmmirror.com + apk update && apk add --no-cache docker && npm config set registry https://registry.npmmirror.com - name: ๆ‹‰ๅ–ไปฃ็  uses: https://${{ env.DOMAIN }}/actions/checkout@v4 - run: echo "๐Ÿ’ก The ${{ gitea.repository }} repository has been cloned to the runner."