From 550a08c24e6001b26a7cc59022c9b29fb3c13d64 Mon Sep 17 00:00:00 2001 From: Orange Date: Tue, 4 Aug 2026 22:39:04 +0300 Subject: [PATCH] fix --- .github/workflows/cmake-multi-platform.yml | 3 +-- .github/workflows/release.yml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 5cd2d1c..95d3830 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -475,9 +475,8 @@ jobs: # Build vcpkg in /tmp to avoid sshfs timestamp sync issues export VCPKG_ROOT=/tmp/vcpkg rm -rf "$VCPKG_ROOT" - git clone https://github.com/microsoft/vcpkg "$VCPKG_ROOT" # FreeBSD 15 packages CMake 3.31; newer vcpkg requires CMake 4.3. - git -C "$VCPKG_ROOT" checkout 9c49a77ea9365898484a06379fa2340fd4851060 + git clone --branch 2026.06.24 --depth 1 https://github.com/microsoft/vcpkg "$VCPKG_ROOT" cd "$VCPKG_ROOT" ./bootstrap-vcpkg.sh cd - diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b5b31c9..ce0ab82 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -392,9 +392,8 @@ jobs: # Build vcpkg in /tmp to avoid sshfs timestamp sync issues export VCPKG_ROOT=/tmp/vcpkg rm -rf "$VCPKG_ROOT" - git clone https://github.com/microsoft/vcpkg "$VCPKG_ROOT" # FreeBSD 15 packages CMake 3.31; newer vcpkg requires CMake 4.3. - git -C "$VCPKG_ROOT" checkout 9c49a77ea9365898484a06379fa2340fd4851060 + git clone --branch 2026.06.24 --depth 1 https://github.com/microsoft/vcpkg "$VCPKG_ROOT" cd "$VCPKG_ROOT" ./bootstrap-vcpkg.sh cd -