Skip to content

Commit 8041fe9

Browse files
committed
fix: 移除预编译 wheel 下载,增加构建超时时间到 120 分钟
1 parent ae7ba31 commit 8041fe9

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/docker-build-push.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ env:
2929
jobs:
3030
build-and-push:
3131
runs-on: ubuntu-latest
32+
timeout-minutes: 120
3233

3334
strategy:
3435
matrix:
@@ -38,11 +39,6 @@ jobs:
3839
- name: Checkout repository
3940
uses: actions/checkout@v4
4041

41-
- name: Download pydensecrf wheel
42-
run: |
43-
mkdir -p packaging
44-
wget -q https://github.com/hgmzhn/manga-translator-ui/releases/download/v1.9.2/pydensecrf-1.0-cp312-cp312-linux_x86_64.whl -O packaging/pydensecrf-1.0-cp312-cp312-linux_x86_64.whl || echo "Wheel not found, will build from source"
45-
4642
- name: Set up QEMU
4743
uses: docker/setup-qemu-action@v3
4844

0 commit comments

Comments
 (0)