This fixes the recently failing CI, which failed because the run-vcpkg action was set to track the main branch, which recently introduced a change that requires an up-to-date vcpkg version, which we were not using.
This PR updates the used vcpkg version to the latest available and also fixes the vcpkg action to a specific release to avoid such problems in the future.
This fixes the recently failing CI, which failed because the
run-vcpkg
action was set to track themain
branch, which recently introduced a change that requires an up-to-datevcpkg
version, which we were not using. This PR updates the used vcpkg version to the latest available and also fixes the vcpkg action to a specific release to avoid such problems in the future.