From 6f5c52567564401f234211846f5a466da4c24554 Mon Sep 17 00:00:00 2001 From: "Matthias C. M. Troffaes" Date: Tue, 24 Sep 2024 14:14:25 +0100 Subject: [PATCH] Use experimental vcpkg branch with additional fixes. --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index de32674..6f9168b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ on: branches: [ develop ] env: - VCPKG_HASH: 'b4624c3a701b11248d88aab08744a37ee7aea1cc' + VCPKG_HASH: '7e5438a9d66be05d3c98f0d876cd52dcd2dd5067' jobs: build-sdist: @@ -85,7 +85,7 @@ jobs: - uses: actions/checkout@v4 if: steps.vcpkg-installed-cache.outputs.cache-hit != 'true' with: - repository: microsoft/vcpkg + repository: mcmtroffaes/vcpkg ref: ${{ env.VCPKG_HASH }} - name: Install cddlib if: steps.vcpkg-installed-cache.outputs.cache-hit != 'true'