specified specific vcpkg version

This commit is contained in:
2025-12-20 00:37:14 +03:00
parent 43a063807d
commit 939be67643

View File

@@ -37,7 +37,7 @@ jobs:
- name: Set up vcpkg - name: Set up vcpkg
shell: bash shell: bash
run: | run: |
git clone https://github.com/microsoft/vcpkg "$VCPKG_ROOT" git clone --branch 2025.12.12 --single-branch https://github.com/microsoft/vcpkg "$VCPKG_ROOT"
- name: Configure (cmake --preset) - name: Configure (cmake --preset)
shell: bash shell: bash
run: cmake --preset linux-release-vcpkg -DOMATH_BUILD_TESTS=ON -DOMATH_BUILD_BENCHMARK=OFF -DVCPKG_MANIFEST_FEATURES="imgui;avx2;tests" run: cmake --preset linux-release-vcpkg -DOMATH_BUILD_TESTS=ON -DOMATH_BUILD_BENCHMARK=OFF -DVCPKG_MANIFEST_FEATURES="imgui;avx2;tests"
@@ -144,7 +144,7 @@ jobs:
- name: Set up vcpkg - name: Set up vcpkg
shell: bash shell: bash
run: | run: |
git clone https://github.com/microsoft/vcpkg "$VCPKG_ROOT" git clone --branch 2025.12.12 --single-branch https://github.com/microsoft/vcpkg "$VCPKG_ROOT"
- name: Configure (cmake --preset) - name: Configure (cmake --preset)
shell: bash shell: bash
@@ -180,7 +180,7 @@ jobs:
- name: Set up vcpkg - name: Set up vcpkg
shell: bash shell: bash
run: | run: |
git clone https://github.com/microsoft/vcpkg "$VCPKG_ROOT" git clone --branch 2025.12.12 --single-branch https://github.com/microsoft/vcpkg "$VCPKG_ROOT"
cd "$VCPKG_ROOT" cd "$VCPKG_ROOT"
./bootstrap-vcpkg.sh ./bootstrap-vcpkg.sh
@@ -224,7 +224,7 @@ jobs:
# This prevents PCH timestamp mismatches during parallel builds # This prevents PCH timestamp mismatches during parallel builds
export VCPKG_ROOT=/tmp/vcpkg export VCPKG_ROOT=/tmp/vcpkg
rm -rf "$VCPKG_ROOT" rm -rf "$VCPKG_ROOT"
git clone https://github.com/microsoft/vcpkg "$VCPKG_ROOT" git clone --branch 2025.12.12 --single-branch https://github.com/microsoft/vcpkg "$VCPKG_ROOT"
cd "$VCPKG_ROOT" cd "$VCPKG_ROOT"
# Bootstrap vcpkg - it will build from source on FreeBSD # Bootstrap vcpkg - it will build from source on FreeBSD
# Building in /tmp avoids sshfs timestamp issues that break PCH # Building in /tmp avoids sshfs timestamp issues that break PCH
@@ -273,7 +273,7 @@ jobs:
- name: Set up vcpkg - name: Set up vcpkg
shell: bash shell: bash
run: | run: |
git clone https://github.com/microsoft/vcpkg "$VCPKG_ROOT" git clone --branch 2025.12.12 --single-branch https://github.com/microsoft/vcpkg "$VCPKG_ROOT"
cd "$VCPKG_ROOT" cd "$VCPKG_ROOT"
./bootstrap-vcpkg.sh ./bootstrap-vcpkg.sh
@@ -327,7 +327,7 @@ jobs:
- name: Set up vcpkg - name: Set up vcpkg
shell: bash shell: bash
run: | run: |
git clone https://github.com/microsoft/vcpkg "$VCPKG_ROOT" git clone --branch 2025.12.12 --single-branch https://github.com/microsoft/vcpkg "$VCPKG_ROOT"
cd "$VCPKG_ROOT" cd "$VCPKG_ROOT"
./bootstrap-vcpkg.sh ./bootstrap-vcpkg.sh
@@ -380,7 +380,7 @@ jobs:
- name: Set up vcpkg - name: Set up vcpkg
run: | run: |
git clone https://github.com/microsoft/vcpkg "$VCPKG_ROOT" git clone --branch 2025.12.12 --single-branch https://github.com/microsoft/vcpkg "$VCPKG_ROOT"
cd "$VCPKG_ROOT" cd "$VCPKG_ROOT"
./bootstrap-vcpkg.sh ./bootstrap-vcpkg.sh
@@ -435,7 +435,7 @@ jobs:
- name: Set up vcpkg - name: Set up vcpkg
run: | run: |
git clone https://github.com/microsoft/vcpkg "$VCPKG_ROOT" git clone --branch 2025.12.12 --single-branch https://github.com/microsoft/vcpkg "$VCPKG_ROOT"
cd "$VCPKG_ROOT" cd "$VCPKG_ROOT"
./bootstrap-vcpkg.sh ./bootstrap-vcpkg.sh
@@ -490,7 +490,7 @@ jobs:
- name: Set up vcpkg - name: Set up vcpkg
run: | run: |
git clone https://github.com/microsoft/vcpkg "$VCPKG_ROOT" git clone --branch 2025.12.12 --single-branch https://github.com/microsoft/vcpkg "$VCPKG_ROOT"
cd "$VCPKG_ROOT" cd "$VCPKG_ROOT"
./bootstrap-vcpkg.sh ./bootstrap-vcpkg.sh