移除工作流中多余步骤

This commit is contained in:
yhl452493373
2025-11-21 23:49:28 +08:00
parent 9e76c29231
commit 4ec2ea1a7f

View File

@@ -63,11 +63,6 @@ jobs:
- name: 设置构建脚本执行权限 - name: 设置构建脚本执行权限
run: chmod +x build-server.sh run: chmod +x build-server.sh
- name: 安装依赖
run: |
sudo apt update
sudo apt install -y jq
- name: 构建 Docker 镜像 - name: 构建 Docker 镜像
run: | run: |
# 运行构建脚本 # 运行构建脚本