Thanks to visit codestin.com Credit goes to github.com
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 3d11c1b commit 0ea2ef5Copy full SHA for 0ea2ef5
1 file changed
.github/workflows/build.yml
@@ -112,6 +112,7 @@ jobs:
112
- uses: actions/checkout@v2
113
- name: Build CPython
114
run: .\PCbuild\build.bat -e -p Win32
115
+ timeout-minutes: 30
116
- name: Display build info
117
run: .\python.bat -m test.pythoninfo
118
- name: Tests
@@ -130,6 +131,7 @@ jobs:
130
131
run: echo "::add-matcher::.github/problem-matchers/msvc.json"
132
133
run: .\PCbuild\build.bat -e -p x64
134
135
136
137
0 commit comments