From 89156cdc49e23b3cb0823a1d02663d10065d689f Mon Sep 17 00:00:00 2001 From: Louis Moureaux Date: Sun, 6 Feb 2022 21:56:55 +0100 Subject: [PATCH] Update the run-vcpkg action to the latest version The Mac builds started taking very long (over 3 hours) because Qt is rebuilt every time (#874). Meanwhile there was a new upstream release and caching is mentioned in the release notes. Update, hoping that it will make things fast again. --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 197afe6f76..2aabb35965 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -139,7 +139,7 @@ jobs: gettext \ create-dmg brew link gettext --force - - uses: lukka/run-vcpkg@v10.0 + - uses: lukka/run-vcpkg@v10.1 name: Install dependencies with: vcpkgGitCommitId: 50fd3d9957195575849a49fa591e645f1d8e7156