File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments