From d0ab98534968cbd85e6c2bba2448bc14696029ef Mon Sep 17 00:00:00 2001 From: Green Sky Date: Tue, 28 May 2024 08:50:05 +0200 Subject: [PATCH] manually update vcpkg --- .github/workflows/cd.yml | 12 ++++++++++++ .github/workflows/ci.yml | 6 ++++++ external/solanaceae_util | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 436de0d..a5eddbe 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -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 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e13674e..22f394c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/external/solanaceae_util b/external/solanaceae_util index f2f001b..4bda751 160000 --- a/external/solanaceae_util +++ b/external/solanaceae_util @@ -1 +1 @@ -Subproject commit f2f001b19011f7c3bb5f0653214b520a45bd2835 +Subproject commit 4bda751f76be8e0028977ee918c9ba649bcf6d2d