ci: temporarily remove run-vcpkg step (#5902)

There is an issue with run-vcpkg GHA not caching properly. This ends up wasting 20 minutes of redundant vcpkg depency compilation.
See https://github.com/lukka/run-vcpkg/issues/243
This commit is contained in:
Bruno Alexandre Rosa 2025-05-04 13:02:11 +00:00 committed by ebbit1q
parent 039f835735
commit 12d75bbad1

View file

@ -387,7 +387,9 @@ jobs:
tools: ${{matrix.qt_tools}}
modules: ${{matrix.qt_modules}}
- name: Run vcpkg
# TODO: re-enable when https://github.com/lukka/run-vcpkg/issues/243 is fixed
- if: false
name: Run vcpkg (disabled)
uses: lukka/run-vcpkg@v11
with:
runVcpkgInstall: true