From 557b89dac4b2c7f22ca8f61a0c1952f03aeba3ae Mon Sep 17 00:00:00 2001 From: scawful Date: Thu, 9 Oct 2025 08:33:50 -0400 Subject: [PATCH] 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. --- .github/workflows/ci.yml | 1 + .github/workflows/release.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f06a7ff7..f66881ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,6 +53,7 @@ jobs: uses: lukka/run-vcpkg@v11 with: runVcpkgInstall: true + doNotUpdateVcpkg: false - name: Install Dependencies shell: bash diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d53e20d3..8cb2206d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -143,6 +143,7 @@ jobs: uses: lukka/run-vcpkg@v11 with: runVcpkgInstall: true + doNotUpdateVcpkg: false - name: "Install Dependencies" shell: bash