File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
1717
1818 - name : run vcpkg
1919 if : matrix.os == 'windows-latest'
20- uses : lukka/run-vcpkg@v3
20+ uses : lukka/run-vcpkg@v6
2121 with :
2222 vcpkgArguments : getopt:x64-windows libiconv:x64-windows libpng:x64-windows
2323 vcpkgDirectory : ' ${{ github.workspace }}/vcpkg'
24- vcpkgGitCommitId : ' fca18ba3572f8aebe3b8158c359db62a7e26134e '
24+ vcpkgGitCommitId : ' 2a42024b53ebb512fb5dd63c523338bf26c8489c '
2525 appendedCacheKey : ${{ hashFiles( '${{ github.workspace }}/.github/workflows/cmake.yml' ) }}
2626
2727 - name : brew setup
Original file line number Diff line number Diff line change 55 * README.md:
66 - 'libpng12-dev' has been corrected to 'libpng-dev'. (closes #170)
77 (Thanks to @a6q)
8+ * .github/workflows/cmake.yml:
9+ - Updated 'run-vcpkg' package to v6.
10+ - vcpkg's git commit ID has been updated to the latest master.
811
9122020.09.29 Kentaro Fukuchi <
[email protected] >
1013 [develop]
You can’t perform that action at this time.
0 commit comments