From 4ec2ea1a7f3075937c63f9d19d8f2121077530ae Mon Sep 17 00:00:00 2001 From: yhl452493373 Date: Fri, 21 Nov 2025 23:49:28 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=B7=A5=E4=BD=9C=E6=B5=81?= =?UTF-8?q?=E4=B8=AD=E5=A4=9A=E4=BD=99=E6=AD=A5=E9=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/BuildServer.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/BuildServer.yml b/.github/workflows/BuildServer.yml index 2404466..d8f6fff 100644 --- a/.github/workflows/BuildServer.yml +++ b/.github/workflows/BuildServer.yml @@ -63,11 +63,6 @@ jobs: - name: 设置构建脚本执行权限 run: chmod +x build-server.sh - - name: 安装依赖 - run: | - sudo apt update - sudo apt install -y jq - - name: 构建 Docker 镜像 run: | # 运行构建脚本