瀏覽代碼

Increase timeout for CI artifacts build

tags/v2.2.7^2^2
9seconds 1 月之前
父節點
當前提交
a3663fe8b5
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      .github/workflows/ci.yaml

+ 1
- 1
.github/workflows/ci.yaml 查看文件

@@ -122,7 +122,7 @@ jobs:
122 122
   artifacts:
123 123
     name: Build release artifacts
124 124
     runs-on: ubuntu-latest
125
-    timeout-minutes: 10
125
+    timeout-minutes: 20
126 126
     steps:
127 127
       - name: Checkout
128 128
         uses: actions/checkout@v6

Loading…
取消
儲存