manually update vcpkg
This commit is contained in:
parent
b65b9b284b
commit
d0ab985349
12
.github/workflows/cd.yml
vendored
12
.github/workflows/cd.yml
vendored
@ -67,6 +67,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
|
- name: update vcpkg
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
cd C:/vcpkg
|
||||||
|
git pull
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: vcpkg install libsodium:x64-windows-static pthreads:x64-windows-static pkgconf:x64-windows
|
run: vcpkg install libsodium:x64-windows-static pthreads:x64-windows-static pkgconf:x64-windows
|
||||||
|
|
||||||
@ -121,6 +127,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
|
- name: update vcpkg
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
cd C:/vcpkg
|
||||||
|
git pull
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: vcpkg install libsodium:x64-windows-static pthreads:x64-windows-static pkgconf:x64-windows
|
run: vcpkg install libsodium:x64-windows-static pthreads:x64-windows-static pkgconf:x64-windows
|
||||||
|
|
||||||
|
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -58,6 +58,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
|
- name: update vcpkg
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
cd C:/vcpkg
|
||||||
|
git pull
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: vcpkg install libsodium:x64-windows-static pthreads:x64-windows-static pkgconf:x64-windows
|
run: vcpkg install libsodium:x64-windows-static pthreads:x64-windows-static pkgconf:x64-windows
|
||||||
|
|
||||||
|
2
external/solanaceae_util
vendored
2
external/solanaceae_util
vendored
@ -1 +1 @@
|
|||||||
Subproject commit f2f001b19011f7c3bb5f0653214b520a45bd2835
|
Subproject commit 4bda751f76be8e0028977ee918c9ba649bcf6d2d
|
Loading…
Reference in New Issue
Block a user