From 3ee41b473a267e8a3f5ec1d706b21c9d27b29b39 Mon Sep 17 00:00:00 2001 From: zoff99 Date: Tue, 16 Jul 2024 21:42:52 +0200 Subject: [PATCH] fix CI --- .github/workflows/amalgamation_test_win64_vcpkg.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/amalgamation_test_win64_vcpkg.yml b/.github/workflows/amalgamation_test_win64_vcpkg.yml index a31338c65e..b5283fd303 100644 --- a/.github/workflows/amalgamation_test_win64_vcpkg.yml +++ b/.github/workflows/amalgamation_test_win64_vcpkg.yml @@ -26,6 +26,12 @@ jobs: cd C:/vcpkg find . -name '*.pc' + - name: find pthreads libs + shell: bash + run: | + cd C:/vcpkg/packages/pthreads_x64-windows-static/ + find . + - name: find sodium libs shell: bash run: |