Skip to content

Commit 49980df

Browse files
authored
Update ci script (#171)
* Updated 'run-vcpkg' package to v6. * vcpkg's git commit ID has been updated to the latest master.
1 parent 2ba8844 commit 49980df

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
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

912
2020.09.29 Kentaro Fukuchi <[email protected]>
1013
[develop]

0 commit comments

Comments
 (0)