diff options
| author | Kentaro Fukuchi <kentaro@fukuchi.org> | 2021-01-08 17:10:27 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-08 17:10:27 +0900 |
| commit | 49980df270e6a39738a0c886c1eef6b42e782edb (patch) | |
| tree | 72607eb91280937f7800832325e172864c369d71 | |
| parent | 2ba8844cf64f049519792e8764cac7670d2ccd79 (diff) | |
| download | Project-Tick-49980df270e6a39738a0c886c1eef6b42e782edb.tar.gz Project-Tick-49980df270e6a39738a0c886c1eef6b42e782edb.zip | |
Update ci script (#171)
* Updated 'run-vcpkg' package to v6.
* vcpkg's git commit ID has been updated to the latest master.
| -rw-r--r-- | .github/workflows/cmake.yml | 4 | ||||
| -rw-r--r-- | ChangeLog | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 134bbb08d5..1fd5c4d65d 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -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 @@ -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 <kentaro@fukuchi.org> [develop] |
