Skip to content

Commit 40891da

Browse files
committed
修复linux打包失败问题,开始打包
1 parent 6d2deea commit 40891da

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

.github/workflows/build-unified.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -95,19 +95,6 @@ jobs:
9595
- name: 检出仓库
9696
uses: actions/checkout@v4.2.2
9797

98-
- name: 验证并更新uv.lock文件
99-
run: |
100-
echo "验证uv.lock文件完整性..."
101-
uv lock --check
102-
if ($LASTEXITCODE -eq 0) {
103-
echo "uv.lock文件验证通过"
104-
} else {
105-
echo "uv.lock文件需要更新,正在更新..."
106-
uv lock
107-
echo "uv.lock文件已更新"
108-
}
109-
110-
# 依赖缓存
11198
- name: 缓存依赖
11299
uses: actions/cache@v4
113100
with:

0 commit comments

Comments
 (0)