Skip to content

Commit b583b56

Browse files
committed
chore(ci): re-enable vcpkg presets
1 parent 4b54aae commit b583b56

File tree

1 file changed

+18
-20
lines changed

1 file changed

+18
-20
lines changed

.github/workflows/ci.yml

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)