File tree Expand file tree Collapse file tree 1 file changed +18
-20
lines changed
Expand file tree Collapse file tree 1 file changed +18
-20
lines changed Original file line number Diff line number Diff line change @@ -80,16 +80,15 @@ jobs:
8080 - preset : " win32-debug"
8181 tools : true
8282 extras : true
83- # vcpkg builds have been disabled for now due to excessive build times of 30 minutes per preset
84- # - preset: "win32-vcpkg"
85- # tools: true
86- # extras: true
87- # - preset: "win32-vcpkg-profile"
88- # tools: true
89- # extras: true
90- # - preset: "win32-vcpkg-debug"
91- # tools: true
92- # extras: true
83+ - preset : " win32-vcpkg"
84+ tools : true
85+ extras : true
86+ - preset : " win32-vcpkg-profile"
87+ tools : true
88+ extras : true
89+ - preset : " win32-vcpkg-debug"
90+ tools : true
91+ extras : true
9392 fail-fast : false
9493 uses : ./.github/workflows/build-toolchain.yml
9594 with :
@@ -145,16 +144,15 @@ jobs:
145144 - preset : " win32-debug"
146145 tools : true
147146 extras : true
148- # vcpkg builds have been disabled for now due to excessive build times of 30 minutes per preset
149- # - preset: "win32-vcpkg"
150- # tools: true
151- # extras: true
152- # - preset: "win32-vcpkg-profile"
153- # tools: true
154- # extras: true
155- # - preset: "win32-vcpkg-debug"
156- # tools: true
157- # extras: true
147+ - preset : " win32-vcpkg"
148+ tools : true
149+ extras : true
150+ - preset : " win32-vcpkg-profile"
151+ tools : true
152+ extras : true
153+ - preset : " win32-vcpkg-debug"
154+ tools : true
155+ extras : true
158156 fail-fast : false
159157 uses : ./.github/workflows/build-toolchain.yml
160158 with :
You can’t perform that action at this time.
0 commit comments