Skip to content

Commit

Permalink
Update: vcpkg for windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Yury Klushin committed Jan 4, 2024
1 parent bcd2508 commit 8e7309b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}'
Expand Down
2 changes: 1 addition & 1 deletion cmake/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"sdl2-image",
{
"name": "sdl2-mixer",
"features": [ "libmodplug", "nativemidi"]
"features": [ "libmodplug" ]
}
]
}

0 comments on commit 8e7309b

Please sign in to comment.