Skip to content

Commit c624556

Browse files
committed
github-actions/win32: attempt to fix ci via updating vcpkg
1 parent 62827ef commit c624556

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

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

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -129,17 +129,12 @@ jobs:
129129
uses: lukka/run-vcpkg@v4
130130
with:
131131
vcpkgArguments: '@${{ env.VCPKGRESPONSEFILE }}'
132-
# This commit ID corresponds to 2020.07
133-
vcpkgGitCommitId: 56fffbe49dfb4dd8fae0940f272c5fd2b86be991
132+
# This commit ID corresponds to 2021.05.12
133+
# libpng-apng portfile fixed (microsoft/vcpkg#13837) as of 2020.10.13
134+
vcpkgGitCommitId: 5568f110b509a9fd90711978a7cb76bae75bb092
134135
appendedCacheKey: ${{ hashFiles(env.VCPKGRESPONSEFILE) }}-${{ runner.os }}-${{ matrix.arch_suffix }}-${{ matrix.linking }}
135136
setupOnly: true
136137

137-
# This is pending a fix being entered into microsoft/vcpkg#13837
138-
- name: Patch libpng-apng portfile
139-
shell: cmd
140-
run: |
141-
copy /Y ${{ github.workspace }}\.github\workflows\vcpkg\libpng-portfile.cmake .\vcpkg\ports\libpng\portfile.cmake
142-
143138
- name: Install packages
144139
shell: cmd
145140
run: |

0 commit comments

Comments
 (0)