From 8e7309bb308927b8ac46ca8870cff534d5eb7bf4 Mon Sep 17 00:00:00 2001 From: Yury Klushin Date: Thu, 4 Jan 2024 03:43:03 +0300 Subject: [PATCH] Update: vcpkg for windows builds --- .github/workflows/windows.yml | 4 ++-- cmake/vcpkg.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 79048824..3b0ba300 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -27,13 +27,13 @@ jobs: arch: ${{ matrix.architecture }} - name: Install dependencies - uses: lukka/run-vcpkg@v10 + uses: lukka/run-vcpkg@v11 env: VCPKG_DEFAULT_TRIPLET: '${{ matrix.architecture }}-windows' VCPKG_INSTALLED_DIR: '${{ github.workspace }}/vcpkg/installed' with: vcpkgDirectory: '${{ github.workspace }}/vcpkg' - vcpkgGitCommitId: 'a7b6122f6b6504d16d96117336a0562693579933' + vcpkgGitCommitId: 'c8696863d371ab7f46e213d8f5ca923c4aef2a00' runVcpkgInstall: true vcpkgJsonGlob: '**/cmake/vcpkg.json' appendedCacheKey: 'vcpkginstall-${{ matrix.architecture }}' diff --git a/cmake/vcpkg.json b/cmake/vcpkg.json index 295f743d..a369cd96 100644 --- a/cmake/vcpkg.json +++ b/cmake/vcpkg.json @@ -6,7 +6,7 @@ "sdl2-image", { "name": "sdl2-mixer", - "features": [ "libmodplug", "nativemidi"] + "features": [ "libmodplug" ] } ] }