From f75afb8354fb234c84df50362ce82e27cb01de88 Mon Sep 17 00:00:00 2001 From: Orange Date: Mon, 27 Oct 2025 08:59:42 +0300 Subject: [PATCH] fix --- .github/workflows/cmake-multi-platform.yml | 2 +- vcpkg.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index b704b9d..01cca25 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -37,7 +37,7 @@ jobs: - name: Set up vcpkg shell: bash run: | - git clone --depth 1 https://github.com/microsoft/vcpkg "$VCPKG_ROOT" + git clone https://github.com/microsoft/vcpkg "$VCPKG_ROOT" - name: Configure (cmake --preset) shell: bash run: cmake --preset linux-release -DOMATH_BUILD_TESTS=ON -DOMATH_BUILD_BENCHMARK=OFF -DOMATH_BUILD_VIA_VCPKG=ON -DVCPKG_MANIFEST_FEATURES="imgui;avx2;tests" diff --git a/vcpkg.json b/vcpkg.json index 3358a09..519781d 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -4,6 +4,7 @@ "description": "General purpose math library", "homepage": "https://github.com/orange-cpp/omath", "license": "Zlib", + "builtin-baseline": "b1b19307e2d2ec1eefbdb7ea069de7d4bcd31f01", "supports": "windows | linux", "dependencies": [ {