[Scummvm-git-logs] scummvm master -> 060f417d9c0ef7138df5078234afa4f06181780c

sev- noreply at scummvm.org
Thu Jan 19 11:14:50 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:
060f417d9c CI: Use a fork of vcpkg


Commit: 060f417d9c0ef7138df5078234afa4f06181780c
    https://github.com/scummvm/scummvm/commit/060f417d9c0ef7138df5078234afa4f06181780c
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2023-01-19T12:14:45+01:00

Commit Message:
CI: Use a fork of vcpkg

Changed paths:
    .github/workflows/ci.yml


diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 606dcf90ce2..9b80cf0f818 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -42,7 +42,11 @@ jobs:
         uses: lukka/run-vcpkg at v7
         id: runvcpkg
         with:
-          vcpkgGitCommitId: fd766eba2b4cf59c7123d46189be373e2cee959d
+          # temporary hack until create_project / vcpkg incompatibility is resolved.
+          # use a fork of vcpkg with the previous working setup from March 2022
+          # with the the January 2023 fix for msys-libtool's url cherry-picked.
+          vcpkgGitURL: 'https://github.com/sluicebox/vcpkg.git'
+          vcpkgGitCommitId: f28c1edaffcb027da40b120112c89033d4303dcc
           vcpkgTriplet: '${{ matrix.triplet }}'
           vcpkgArguments: '${{ matrix.vcpkgPackages }}'
 #      - name: Upload libs




More information about the Scummvm-git-logs mailing list