Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: Don't pin vcpkg to a specific commit and let CMake run it
Ports such as OpenSSL depend on MSYS2 packages on Windows, exhibiting a problem: when the packages are updated older versions are removed from the repository. As a result, CI builds fail because all downloads break despite the numerous mirrors. This commit removes the vcpkgGitCommitId property, ensuring ports are always updated. As for letting CMake run vcpkg: it's recommended by run-vcpkg's author.
- Loading branch information