From 201beffb63260095fc987d7633c8c4b881112758 Mon Sep 17 00:00:00 2001 From: tooomm Date: Sun, 21 Jun 2026 18:28:45 +0200 Subject: [PATCH] 1 --> true https://learn.microsoft.com/en-us/vcpkg/users/config-environment#vcpkg_disable_metrics --- .github/workflows/desktop-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 3c55adb99..0580fa783 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -456,7 +456,7 @@ jobs: TARGET_MACOS_VERSION: ${{ matrix.override_target }} USE_CCACHE: ${{ matrix.use_ccache }} VCPKG_BINARY_SOURCES: 'clear;files,${{ steps.vcpkg-cache.outputs.path }},readwrite' - VCPKG_DISABLE_METRICS: 1 + VCPKG_DISABLE_METRICS: true run: .ci/compile.sh --server --test --vcpkg # Delete used cache to emulate a ccache update. See https://github.com/actions/cache/issues/342