[Scummvm-git-logs] scummvm master -> 275b6e8c7e15e3f269f38630de74817c46539d59

ccawley2011 ccawley2011 at gmail.com
Wed Jul 21 16:24:30 UTC 2021


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
275b6e8c7e CI: Upgrade vcpkg action to v7 and vcpkg to a recent commit


Commit: 275b6e8c7e15e3f269f38630de74817c46539d59
    https://github.com/scummvm/scummvm/commit/275b6e8c7e15e3f269f38630de74817c46539d59
Author: Orgad Shaneh (orgads at gmail.com)
Date: 2021-07-21T17:24:28+01:00

Commit Message:
CI: Upgrade vcpkg action to v7 and vcpkg to a recent commit

Cache is improved, so vcpkg itself is not built every time.

Upgrade of vcpkg itself is required due to
https://github.com/microsoft/vcpkg/issues/18718.

Changed paths:
    .github/workflows/ci.yml


diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 121ee69667..489620252a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -39,10 +39,10 @@ jobs:
       - uses: ilammy/setup-nasm at v1
         if: ${{ matrix.useNasm }} == 'true'
       - name: Install vcpkg and packages
-        uses: lukka/run-vcpkg at v6
+        uses: lukka/run-vcpkg at v7
         id: runvcpkg
         with:
-          vcpkgGitCommitId: 0bf3923f9fab4001c00f0f429682a0853b5749e0
+          vcpkgGitCommitId: b67fab9861239e33b722b9a44f5c96dec6ca807e
           vcpkgTriplet: '${{ matrix.triplet }}'
           vcpkgArguments: '${{ matrix.vcpkgPackages }}'
 #      - name: Upload libs




More information about the Scummvm-git-logs mailing list