Skip to content

Commit a45d471

Browse files
committed
github-actions/win32: make run-vcpkg happy maybe, pt 2
1 parent 8e7a687 commit a45d471

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.msvc.windows.workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,12 +126,12 @@ jobs:
126126
# Then install libarchive + libpng-apng for all targets.
127127
- name: Restore from cache and install vcpkg + libraries (libarchive, libpng-apng)
128128
# Download and build vcpkg, without installing any port. If content is cached already, it is a no-op.
129-
uses: lukka/run-vcpkg@v4
129+
uses: lukka/run-vcpkg@v6
130130
with:
131131
vcpkgArguments: '@${{ env.VCPKGRESPONSEFILE }}'
132132
# libpng-apng portfile fixed (microsoft/vcpkg#13837) as of 2020.10.13
133-
# This commit ID corresponds to 2021.05.12
134-
vcpkgGitCommitId: 5568f110b509a9fd90711978a7cb76bae75bb092
133+
# This commit ID dates 6/4/2021 (not tied to a tag)
134+
vcpkgGitCommitId: 834a87732ce7677ae480febc1cb18c9c80371fbf
135135
appendedCacheKey: ${{ hashFiles(env.VCPKGRESPONSEFILE) }}-${{ runner.os }}-${{ matrix.arch_suffix }}-${{ matrix.linking }}
136136
setupOnly: true
137137

0 commit comments

Comments
 (0)