chore: Update vcpkg configuration in CI workflows

- Added 'doNotUpdateVcpkg: false' to the vcpkg setup in both CI and release workflows to ensure that vcpkg is updated during the installation process, enhancing dependency management consistency.
This commit is contained in:
scawful
2025-10-09 08:33:50 -04:00
parent 2c10d31601
commit 557b89dac4
2 changed files with 2 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ jobs:
uses: lukka/run-vcpkg@v11
with:
runVcpkgInstall: true
doNotUpdateVcpkg: false
- name: Install Dependencies
shell: bash

View File

@@ -143,6 +143,7 @@ jobs:
uses: lukka/run-vcpkg@v11
with:
runVcpkgInstall: true
doNotUpdateVcpkg: false
- name: "Install Dependencies"
shell: bash