From 7714983aa2761962abaf795fbab7e598cc83236b Mon Sep 17 00:00:00 2001 From: root Date: Sun, 30 Jun 2024 20:03:14 +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 | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index 352b344..8d808f3 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -7,7 +7,6 @@ jobs: steps: - name: install nodejs run: | - # 起换阿里源 sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories apk add nodejs - uses: actions/checkout@v4