Skip to content

Commit 164db08

Browse files
authored
ci: Disable vcpkg build (#2544)
Until their compile times are fixed
1 parent 589f960 commit 164db08

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

.github/workflows/ci.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,15 @@ jobs:
8080
- preset: "win32-debug"
8181
tools: true
8282
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
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
9292
fail-fast: false
9393
uses: ./.github/workflows/build-toolchain.yml
9494
with:
@@ -144,15 +144,15 @@ jobs:
144144
- preset: "win32-debug"
145145
tools: true
146146
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
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
156156
fail-fast: false
157157
uses: ./.github/workflows/build-toolchain.yml
158158
with:

0 commit comments

Comments
 (0)