Browse Source

Upgrade vcpkg commit

pull/6938/head
Oleksandr Kalko 2 years ago committed by Gleb Mazovetskiy
parent
commit
8529b231c8
  1. 4
      .github/workflows/Windows_MSVC_x64.yml
  2. 70
      vcpkg.json

4
.github/workflows/Windows_MSVC_x64.yml

@ -31,9 +31,9 @@ jobs:
uses: lukka/get-cmake@latest uses: lukka/get-cmake@latest
- name: Restore or setup vcpkg - name: Restore or setup vcpkg
uses: lukka/run-vcpkg@v11.1 uses: lukka/run-vcpkg@v11.3
with: with:
vcpkgGitCommitId: '927bc12e31148b0d44ae9d174b96c20e3bcf08eb' vcpkgGitCommitId: '16ee2ecb31788c336ace8bb14c21801efb6836e4'
- name: Fetch test data - name: Fetch test data
run: | run: |

70
vcpkg.json

@ -1,37 +1,37 @@
{ {
"name": "devilutionx", "name": "devilutionx",
"version-string": "1.4.0", "version-string": "1.5.2",
"dependencies": [ "dependencies": [
"fmt", "fmt",
"bzip2", "bzip2",
"simpleini" "simpleini"
], ],
"builtin-baseline": "927bc12e31148b0d44ae9d174b96c20e3bcf08eb", "builtin-baseline": "16ee2ecb31788c336ace8bb14c21801efb6836e4",
"features": { "features": {
"sdl1": { "sdl1": {
"description": "Use SDL1.2 instead of SDL2", "description": "Use SDL1.2 instead of SDL2",
"dependencies": [ "sdl1", "libpng" ] "dependencies": [ "sdl1", "libpng" ]
}, },
"sdl2": { "sdl2": {
"description": "Use SDL2", "description": "Use SDL2",
"dependencies": [ "sdl2", "sdl2-image" ] "dependencies": [ "sdl2", "sdl2-image" ]
}, },
"encryption": { "encryption": {
"description": "Build libsodium for packet encryption", "description": "Build libsodium for packet encryption",
"dependencies": [ "libsodium" ] "dependencies": [ "libsodium" ]
}, },
"translations": { "translations": {
"description": "Build translation files", "description": "Build translation files",
"dependencies": [ "dependencies": [
{ {
"name": "gettext", "name": "gettext",
"features": [ "tools" ] "features": [ "tools" ]
} }
] ]
}, },
"tests": { "tests": {
"description": "Build tests", "description": "Build tests",
"dependencies": [ "gtest" ] "dependencies": [ "gtest" ]
} }
} }
} }

Loading…
Cancel
Save