We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ef69ba + 5ad5d64 commit 6abf9baCopy full SHA for 6abf9ba
.github/workflows/menlo-build.yml
@@ -56,7 +56,7 @@ jobs:
56
build-and-test:
57
runs-on: ${{ matrix.runs-on }}
58
needs: [create-draft-release]
59
- timeout-minutes: 100
+ timeout-minutes: 180
60
strategy:
61
fail-fast: false
62
matrix:
@@ -630,4 +630,4 @@ jobs:
630
upload_url: ${{ needs.create-draft-release.outputs.upload_url }}
631
asset_path: /tmp/cudart-llama-bin-win-cu11.7-x64.tar.gz
632
asset_name: cudart-llama-bin-win-cu11.7-x64.tar.gz
633
- asset_content_type: application/gzip
+ asset_content_type: application/gzip
0 commit comments