Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Temporarily disable Windows CI builds
It's better to disable them that to get in the habit of ignoring the CI fails from the following two issues; this can be reverted once either is fixed. glib has a bug where it builds things out of order which results in it failing to build the dependencies, which fails the build. microsoft/vcpkg#26601 vcpkg also has a bug where it very often fails to use the cache of the previously built dependencies even if none of them changed, which then makes it rebuild all the dependencies again. microsoft/vcpkg#28722 If the glib bug was fixed, then the errors wouldn't happen since rebuilding the dependencies wouldn't fail. If the caching bug was fixed, then the errors wouldn't happen since it'd just reuse the cached dependencies.
- Loading branch information