File tree Expand file tree Collapse file tree 2 files changed +18
-22
lines changed Expand file tree Collapse file tree 2 files changed +18
-22
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,15 @@ jobs:
12
12
fail-fast : false
13
13
matrix :
14
14
config :
15
- # MSVC is broken: https://github.com/chromium/subspace/issues/267
16
- # - {
17
- # name: "Windows MSVC",
18
- # artifact: "Windows-MSVC.tar.xz",
19
- # os: windows-latest,
20
- # build_type: "Release",
21
- # cc: "cl",
22
- # cxx: "cl",
23
- # environment_script: "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Auxiliary/Build/vcvars64.bat",
24
- # }
25
-
15
+ - {
16
+ name : " Windows MSVC" ,
17
+ artifact : " Windows-MSVC.tar.xz" ,
18
+ os : windows-latest,
19
+ build_type : " Release" ,
20
+ cc : " cl" ,
21
+ cxx : " cl" ,
22
+ environment_script : " C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Auxiliary/Build/vcvars64.bat" ,
23
+ }
26
24
# - {
27
25
# name: "Windows MinGW", artifact: "Windows-MinGW.tar.xz",
28
26
# os: windows-latest,
Original file line number Diff line number Diff line change @@ -15,17 +15,15 @@ jobs:
15
15
fail-fast : false
16
16
matrix :
17
17
config :
18
- # MSVC is broken: https://github.com/chromium/subspace/issues/267
19
- # - {
20
- # name: "Windows MSVC",
21
- # artifact: "Windows-MSVC.tar.xz",
22
- # os: windows-latest,
23
- # build_type: "Release",
24
- # cc: "cl",
25
- # cxx: "cl",
26
- # environment_script: "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Auxiliary/Build/vcvars64.bat",
27
- # }
28
-
18
+ - {
19
+ name : " Windows MSVC" ,
20
+ artifact : " Windows-MSVC.tar.xz" ,
21
+ os : windows-latest,
22
+ build_type : " Release" ,
23
+ cc : " cl" ,
24
+ cxx : " cl" ,
25
+ environment_script : " C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Auxiliary/Build/vcvars64.bat" ,
26
+ }
29
27
# - {
30
28
# name: "Windows MinGW", artifact: "Windows-MinGW.tar.xz",
31
29
# os: windows-latest,
You can’t perform that action at this time.
0 commit comments