Skip to content

Commit

Permalink
Use experimental vcpkg branch with additional fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmtroffaes committed Sep 24, 2024
1 parent 6be0536 commit 6f5c525
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches: [ develop ]

env:
VCPKG_HASH: 'b4624c3a701b11248d88aab08744a37ee7aea1cc'
VCPKG_HASH: '7e5438a9d66be05d3c98f0d876cd52dcd2dd5067'

jobs:
build-sdist:
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 6f5c525

Please sign in to comment.