alot of updates (mostly file2 porting)

This commit is contained in:
2024-05-28 09:29:42 +02:00
parent 6e888b22b2
commit 50556cc0cb
8 changed files with 18 additions and 6 deletions

View File

@ -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

View File

@ -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