From eb32686d88a9c0254a5b0644dc3e892b312ceb07 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 30 Jun 2024 20:21:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/main.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index cad4402..38ddc2c 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -7,8 +7,8 @@ jobs: steps: - name: install nodejs run: | - ls - echo "8.137.84.255 pms.docker" >> /etc/hosts + add-dns.sh + # echo "8.137.84.255 pms.docker" >> /etc/hosts sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories apk add nodejs - uses: actions/checkout@v4