manually update vcpkg

This commit is contained in:
Green Sky 2024-05-28 08:50:05 +02:00
parent b65b9b284b
commit d0ab985349
No known key found for this signature in database
3 changed files with 19 additions and 1 deletions

View File

@ -67,6 +67,12 @@ jobs:
with:
submodules: recursive
- name: update vcpkg
shell: bash
run: |
cd C:/vcpkg
git pull
- name: Install Dependencies
run: vcpkg install libsodium:x64-windows-static pthreads:x64-windows-static pkgconf:x64-windows
@ -121,6 +127,12 @@ jobs:
with:
submodules: recursive
- name: update vcpkg
shell: bash
run: |
cd C:/vcpkg
git pull
- name: Install Dependencies
run: vcpkg install libsodium:x64-windows-static pthreads:x64-windows-static pkgconf:x64-windows

View File

@ -58,6 +58,12 @@ jobs:
with:
submodules: recursive
- name: update vcpkg
shell: bash
run: |
cd C:/vcpkg
git pull
- name: Install Dependencies
run: vcpkg install libsodium:x64-windows-static pthreads:x64-windows-static pkgconf:x64-windows

@ -1 +1 @@
Subproject commit f2f001b19011f7c3bb5f0653214b520a45bd2835
Subproject commit 4bda751f76be8e0028977ee918c9ba649bcf6d2d