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.
1 parent 4a197d7 commit 3703a86Copy full SHA for 3703a86
1 file changed
.github/workflows/windows_ci.yml
@@ -26,7 +26,7 @@ concurrency:
26
jobs:
27
gcc:
28
runs-on: windows-2019
29
- timeout-minutes: 271
+ timeout-minutes: 60
30
env:
31
VFLAGS: -cc gcc
32
steps:
@@ -77,7 +77,7 @@ jobs:
77
78
msvc:
79
80
81
82
VFLAGS: -cc msvc
83
@@ -125,7 +125,7 @@ jobs:
125
126
tcc:
127
128
- timeout-minutes: 181
129
130
VFLAGS: -cc tcc -no-retry-compilation
131
0 commit comments