mumble-voip / libmumble

C++17 Mumble library.
Other
31 stars 13 forks source link

CI: Update to latest vcpkg version & fix action release #16

Closed Krzmbrzl closed 1 year ago

Krzmbrzl commented 1 year ago

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.