mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
ci: reduce false positives for slow runs of the gcc-windows job
This commit is contained in:
parent
fc6f6b2ca7
commit
d6664fd75a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/windows_ci.yml
vendored
2
.github/workflows/windows_ci.yml
vendored
|
@ -26,7 +26,7 @@ concurrency:
|
|||
jobs:
|
||||
gcc-windows:
|
||||
runs-on: windows-2019
|
||||
timeout-minutes: 60
|
||||
timeout-minutes: 90
|
||||
env:
|
||||
VFLAGS: -cc gcc
|
||||
steps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue