Skip to content

Commit

Permalink
Update the run-vcpkg action to the latest version
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lmoureaux committed Feb 7, 2022
1 parent 6f7615b commit 89156cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 89156cd

Please sign in to comment.