From 063f43e74c69939d3f6755454607e2c5ffe08872 Mon Sep 17 00:00:00 2001 From: Orange Date: Mon, 27 Oct 2025 08:03:42 +0300 Subject: [PATCH] fix --- .github/workflows/cmake-multi-platform.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index aefcbfa..089421e 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -40,8 +40,6 @@ jobs: shell: bash run: | git clone --depth 1 https://github.com/microsoft/vcpkg "$VCPKG_ROOT" - "$VCPKG_ROOT/bootstrap-vcpkg.sh" -disableMetrics - - name: Configure (cmake --preset) shell: bash run: cmake --preset linux-release -DOMATH_BUILD_TESTS=ON -DOMATH_BUILD_BENCHMARK=OFF @@ -82,7 +80,6 @@ jobs: shell: pwsh run: | git clone --depth 1 https://github.com/microsoft/vcpkg $env:VCPKG_ROOT - & "$env:VCPKG_ROOT\bootstrap-vcpkg.bat" -disableMetrics - name: Configure (cmake --preset) shell: bash