alot of updates (mostly file2 porting)
This commit is contained in:
parent
6e888b22b2
commit
50556cc0cb
6
.github/workflows/cd.yml
vendored
6
.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
|
run: vcpkg install libsodium:x64-windows-static pthreads:x64-windows-static
|
||||||
|
|
||||||
|
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -66,6 +66,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
|
run: vcpkg install libsodium:x64-windows-static pthreads:x64-windows-static
|
||||||
|
|
||||||
|
2
external/solanaceae_message3
vendored
2
external/solanaceae_message3
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 96b76dc67f549b6815846d0b9ea73f53679d8f3d
|
Subproject commit f03c4b12109489b0636d4ac84b457c9b7c59a5b3
|
2
external/solanaceae_ngc_ft1
vendored
2
external/solanaceae_ngc_ft1
vendored
@ -1 +1 @@
|
|||||||
Subproject commit eb2a19d8f38c3032258180dae08f65b1574b10e4
|
Subproject commit 1231e792a7a23cd92b2b316252baedb39ce81a1e
|
2
external/solanaceae_object_store
vendored
2
external/solanaceae_object_store
vendored
@ -1 +1 @@
|
|||||||
Subproject commit e26959c380bc76e8c01a517019c4c0a569156b1d
|
Subproject commit be24b3815bdf4d503a2db15ffaefc8cba7f2fce8
|
2
external/solanaceae_tox
vendored
2
external/solanaceae_tox
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 2807239dea0a84d0c598edf0c22560892b3039de
|
Subproject commit 676e50c61aa7dd816dca846fd06493d2e3ae4aab
|
2
external/solanaceae_toxcore
vendored
2
external/solanaceae_toxcore
vendored
@ -1 +1 @@
|
|||||||
Subproject commit cf3679018be3f90db0f2f1e9433a966692976421
|
Subproject commit 7cd6a2b0de13820a75b9028ae90595cd48a2231c
|
2
external/solanaceae_util
vendored
2
external/solanaceae_util
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 2420af464f270afaf07391ab51cc94a8b979e00c
|
Subproject commit 4bda751f76be8e0028977ee918c9ba649bcf6d2d
|
Loading…
Reference in New Issue
Block a user