From c1f92a9b501d49253341d7a98ea392b19ec48655 Mon Sep 17 00:00:00 2001 From: Zhengchen Tao Date: Sun, 3 May 2026 22:07:41 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E5=88=A0=20apk=20add=20=E6=AD=A5?= =?UTF-8?q?=E9=AA=A4(=E5=B7=B2=20bake=20=E8=BF=9B=20runner=20=E9=95=9C?= =?UTF-8?q?=E5=83=8F)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 348c66e..579b21c 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -24,10 +24,6 @@ jobs: submodules: recursive fetch-depth: 0 - - name: Install build tools (Alpine) - # runner 镜像是 alpine,只有 apk;每次跑装一遍,几秒钟,小代价换零状态 - run: apk add --no-cache curl tar rsync git bash - - name: Install Hugo Extended run: | HUGO_VERSION=0.161.1