Browse Source

Update vcpkg baseline to get libsodium 1.0.20

pull/7133/head
staphen 2 years ago committed by Anders Jenbo
parent
commit
7a12080f7e
  1. 2
      .github/workflows/Windows_MSVC_x64.yml
  2. 2
      vcpkg.json

2
.github/workflows/Windows_MSVC_x64.yml

@ -42,7 +42,7 @@ jobs:
- name: Restore or setup vcpkg
uses: lukka/run-vcpkg@v11.5
with:
vcpkgGitCommitId: '37c3e63a1306562f7f59c4c3c8892ddd50fdf992'
vcpkgGitCommitId: 'dee924de74e81388140a53c32a919ecec57d20ab'
- name: Fetch test data
run: |

2
vcpkg.json

@ -7,7 +7,7 @@
"simpleini",
"lua"
],
"builtin-baseline": "37c3e63a1306562f7f59c4c3c8892ddd50fdf992",
"builtin-baseline": "dee924de74e81388140a53c32a919ecec57d20ab",
"features": {
"sdl1": {
"description": "Use SDL1.2 instead of SDL2",

Loading…
Cancel
Save