mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42: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:
|
jobs:
|
||||||
gcc-windows:
|
gcc-windows:
|
||||||
runs-on: windows-2019
|
runs-on: windows-2019
|
||||||
timeout-minutes: 60
|
timeout-minutes: 90
|
||||||
env:
|
env:
|
||||||
VFLAGS: -cc gcc
|
VFLAGS: -cc gcc
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue