[Scummvm-git-logs] scummvm master -> 47be5396209517cee7e880ab66d2bbd5bde969a5
sluicebox
noreply at scummvm.org
Tue Jan 17 01:41:24 UTC 2023
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:
47be539620 CI: Update vcpkg
Commit: 47be5396209517cee7e880ab66d2bbd5bde969a5
https://github.com/scummvm/scummvm/commit/47be5396209517cee7e880ab66d2bbd5bde969a5
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2023-01-16T17:40:33-08:00
Commit Message:
CI: Update vcpkg
This should fix Windows CI builds on github.
libtool-2.4.6-9 was removed from msys2 sites, breaking downloads.
vcpkg now uses libtool-2.4.7-3.
Changed paths:
.github/workflows/ci.yml
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1aef21476a8..606dcf90ce2 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
uses: lukka/run-vcpkg at v7
id: runvcpkg
with:
- vcpkgGitCommitId: be5c4ef68b51142ba705f0678b45d284977de677
+ vcpkgGitCommitId: fd766eba2b4cf59c7123d46189be373e2cee959d
vcpkgTriplet: '${{ matrix.triplet }}'
vcpkgArguments: '${{ matrix.vcpkgPackages }}'
# - name: Upload libs
More information about the Scummvm-git-logs
mailing list