Skip to content

Commit

Permalink
run vcpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 committed Sep 7, 2022
1 parent 44f81cb commit 225acd3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/release.yaml
Expand Up @@ -81,15 +81,14 @@ jobs:

- uses: actions/setup-python@v2

- name: Cache vcpkg
- name: Run vcpkg
if: contains(matrix.os, 'windows')
uses: actions/cache@v3
id: vcpkgcache
uses: lukka/run-vcpkg@v10
env:
VCPKG_DEFAULT_TRIPLET: ${{ matrix.triplet }}
with:
path: |
${{ matrix.vcpkg_cache }}
# bump the last digit to avoid using previous build cache
key: ${{ matrix.os }}-${{ matrix.triplet }}-vcpkg-proj${{ env.PROJ_VERSION }}-cache0
vcpkgGitCommitId: 'c382312bed3da7be96bdab0f7426eaee1b3e0460'
vcpkgJsonGlob: '**/ci/vcpkg.json'

- name: Install PROJ with vcpkg
if: contains(matrix.os, 'windows')
Expand Down
2 changes: 1 addition & 1 deletion ci/vcpkg.json
Expand Up @@ -7,5 +7,5 @@
"version>=": "9.1.0#1"
}
],
"builtin-baseline": "e85b5bb95a14ff7e014601e88a8dc2fea6798e33"
"builtin-baseline": "c382312bed3da7be96bdab0f7426eaee1b3e0460"
}

0 comments on commit 225acd3

Please sign in to comment.