This commit is contained in:
2025-10-27 08:59:42 +03:00
parent e38df8bd23
commit f75afb8354
2 changed files with 2 additions and 1 deletions

View File

@@ -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"

View File

@@ -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": [
{