mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
fix
This commit is contained in:
3
.github/workflows/cmake-multi-platform.yml
vendored
3
.github/workflows/cmake-multi-platform.yml
vendored
@@ -40,8 +40,6 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
git clone --depth 1 https://github.com/microsoft/vcpkg "$VCPKG_ROOT"
|
git clone --depth 1 https://github.com/microsoft/vcpkg "$VCPKG_ROOT"
|
||||||
"$VCPKG_ROOT/bootstrap-vcpkg.sh" -disableMetrics
|
|
||||||
|
|
||||||
- name: Configure (cmake --preset)
|
- name: Configure (cmake --preset)
|
||||||
shell: bash
|
shell: bash
|
||||||
run: cmake --preset linux-release -DOMATH_BUILD_TESTS=ON -DOMATH_BUILD_BENCHMARK=OFF
|
run: cmake --preset linux-release -DOMATH_BUILD_TESTS=ON -DOMATH_BUILD_BENCHMARK=OFF
|
||||||
@@ -82,7 +80,6 @@ jobs:
|
|||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
git clone --depth 1 https://github.com/microsoft/vcpkg $env:VCPKG_ROOT
|
git clone --depth 1 https://github.com/microsoft/vcpkg $env:VCPKG_ROOT
|
||||||
& "$env:VCPKG_ROOT\bootstrap-vcpkg.bat" -disableMetrics
|
|
||||||
|
|
||||||
- name: Configure (cmake --preset)
|
- name: Configure (cmake --preset)
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user