File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -113,12 +113,12 @@ jobs:
113
113
steps :
114
114
- uses : actions/checkout@v2
115
115
- name : Build CPython
116
- run : .\PCbuild\build.bat -e -p Win32
116
+ run : .\PCbuild\build.bat -e -d - p Win32
117
117
timeout-minutes : 30
118
118
- name : Display build info
119
119
run : .\python.bat -m test.pythoninfo
120
120
- name : Tests
121
- run : .\PCbuild\rt.bat -p Win32 -q -uall -u-cpu -rwW --slowest --timeout=1200 -j0
121
+ run : .\PCbuild\rt.bat -p Win32 -d - q -uall -u-cpu -rwW --slowest --timeout=1200 -j0
122
122
123
123
build_win_amd64 :
124
124
name : ' Windows (x64)'
@@ -132,12 +132,12 @@ jobs:
132
132
- name : Register MSVC problem matcher
133
133
run : echo "::add-matcher::.github/problem-matchers/msvc.json"
134
134
- name : Build CPython
135
- run : .\PCbuild\build.bat -e -p x64
135
+ run : .\PCbuild\build.bat -e -d - p x64
136
136
timeout-minutes : 30
137
137
- name : Display build info
138
138
run : .\python.bat -m test.pythoninfo
139
139
- name : Tests
140
- run : .\PCbuild\rt.bat -p x64 -q -uall -u-cpu -rwW --slowest --timeout=1200 -j0
140
+ run : .\PCbuild\rt.bat -p x64 -d - q -uall -u-cpu -rwW --slowest --timeout=1200 -j0
141
141
142
142
build_macos :
143
143
name : ' macOS'
You can’t perform that action at this time.
0 commit comments