Skip to content

Commit

Permalink
Update ci script (#171)
Browse files Browse the repository at this point in the history
* Updated 'run-vcpkg' package to v6.

* vcpkg's git commit ID has been updated to the latest master.
  • Loading branch information
fukuchi authored Jan 8, 2021
1 parent 2ba8844 commit 49980df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:

- name: run vcpkg
if: matrix.os == 'windows-latest'
uses: lukka/run-vcpkg@v3
uses: lukka/run-vcpkg@v6
with:
vcpkgArguments: getopt:x64-windows libiconv:x64-windows libpng:x64-windows
vcpkgDirectory: '${{ github.workspace }}/vcpkg'
vcpkgGitCommitId: 'fca18ba3572f8aebe3b8158c359db62a7e26134e'
vcpkgGitCommitId: '2a42024b53ebb512fb5dd63c523338bf26c8489c'
appendedCacheKey: ${{ hashFiles( '${{ github.workspace }}/.github/workflows/cmake.yml' ) }}

- name: brew setup
Expand Down
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
* README.md:
- 'libpng12-dev' has been corrected to 'libpng-dev'. (closes #170)
(Thanks to @a6q)
* .github/workflows/cmake.yml:
- Updated 'run-vcpkg' package to v6.
- vcpkg's git commit ID has been updated to the latest master.

2020.09.29 Kentaro Fukuchi <[email protected]>
[develop]
Expand Down

0 comments on commit 49980df

Please sign in to comment.