[Scummvm-git-logs] scummvm master -> 24909636de3d2a4de74b38af72f3c1e72719d74b

SupSuper noreply at scummvm.org
Mon Jun 5 04:12:56 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:
24909636de CI: Bump vcpkg


Commit: 24909636de3d2a4de74b38af72f3c1e72719d74b
    https://github.com/scummvm/scummvm/commit/24909636de3d2a4de74b38af72f3c1e72719d74b
Author: SupSuper (supsuper at gmail.com)
Date: 2023-06-05T05:12:25+01:00

Commit Message:
CI: Bump vcpkg

Changed paths:
    .github/workflows/ci.yml


diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 56ff6c7e1e5..3c86d032993 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
         uses: lukka/run-vcpkg at v11
         id: runvcpkg
         with:
-          vcpkgGitCommitId: 5a101fc741f41cf05e13fe660168d32c516fb658
+          vcpkgGitCommitId: 662dbb50e63af15baa2909b7eac5b1b87e86a0aa
       - name: Integrate vcpkg
         run: |
           ${{ steps.runvcpkg.outputs.RUNVCPKG_VCPKG_ROOT_OUT }}/vcpkg integrate install
@@ -59,7 +59,7 @@ jobs:
         run: |
           mkdir build-scummvm
           cd build-scummvm
-          ../devtools/create_project/cmake/Debug/create_project.exe .. --msvc --vcpkg --enable-all-engines ${{ matrix.configflags }}
+          ../devtools/create_project/cmake/Debug/create_project.exe .. --msvc --vcpkg --enable-all-engines ${{ matrix.configFlags }}
           ls
       - name: Add msbuild to PATH
         uses: microsoft/setup-msbuild at v1.1.3
@@ -130,7 +130,7 @@ jobs:
           cd ../../../
       - name: Call create_project
         run: |
-          ./devtools/create_project/xcode/build/Release/create_project . --xcode --enable-all-engines ${{ matrix.configflags }}
+          ./devtools/create_project/xcode/build/Release/create_project . --xcode --enable-all-engines ${{ matrix.configFlags }}
           ls
       - name: Build cache
         uses: mikehardy/buildcache-action at v2
@@ -180,7 +180,7 @@ jobs:
           max-size: 1G
       - name: Call configure
         run: |
-          CXX='${{ matrix.cxx }}' ./configure --enable-all-engines ${{ matrix.configflags }}
+          CXX='${{ matrix.cxx }}' ./configure --enable-all-engines ${{ matrix.configFlags }}
       - name: Build scummvm
         run: |
           make -j2




More information about the Scummvm-git-logs mailing list