From 32619f4d557ddb584b2fd52a8215af10978e8ef7 Mon Sep 17 00:00:00 2001 From: tooomm Date: Wed, 5 Aug 2026 23:14:29 +0200 Subject: [PATCH] Add `--x-abi-tools-use-exact-version` to vcpkg invocation (#7068) --- .ci/compile.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/compile.sh b/.ci/compile.sh index ee846897b..8a16d3243 100755 --- a/.ci/compile.sh +++ b/.ci/compile.sh @@ -159,6 +159,7 @@ if [[ $PACKAGE_TYPE ]]; then fi if [[ $USE_VCPKG ]]; then flags+=("-DUSE_VCPKG=1") + flags+=("-DVCPKG_INSTALL_OPTIONS=--x-abi-tools-use-exact-versions") fi # Add cmake --build flags