Skip to content

Commit

Permalink
Sync vcpkg.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmtroffaes committed Oct 4, 2024
1 parent 773d1c0 commit 9683de0
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: '5645ad4f3d73b652515ac8fdb50de70fdd331a34'
VCPKG_HASH: '267f06c07b13506ee120c89986198c2b7910d9f4'

jobs:
build-sdist:
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
id: vcpkg-installed-cache
with:
path: installed/
key: vcpkg-1-${{ env.VCPKG_HASH }}-${{ matrix.os }}
key: vcpkg-0-${{ env.VCPKG_HASH }}-${{ matrix.os }}
- uses: actions/checkout@v4
if: steps.vcpkg-installed-cache.outputs.cache-hit != 'true'
with:
Expand Down

0 comments on commit 9683de0

Please sign in to comment.