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:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -53,6 +53,7 @@ jobs:
|
||||
uses: lukka/run-vcpkg@v11
|
||||
with:
|
||||
runVcpkgInstall: true
|
||||
doNotUpdateVcpkg: false
|
||||
|
||||
- name: Install Dependencies
|
||||
shell: bash
|
||||
|
||||
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -143,6 +143,7 @@ jobs:
|
||||
uses: lukka/run-vcpkg@v11
|
||||
with:
|
||||
runVcpkgInstall: true
|
||||
doNotUpdateVcpkg: false
|
||||
|
||||
- name: "Install Dependencies"
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user