From af0d0b725f29883355677d62acc9be3df7755c56 Mon Sep 17 00:00:00 2001 From: Paul Yushkevich Date: Wed, 2 Oct 2024 16:49:11 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 792ce6c9..b3c7e071 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -208,6 +208,8 @@ jobs: CMAKE_BUILD_TYPE=Release DO_UPLOAD=ON SITE=github-runner-${{ matrix.os }} + ${{ runner.os == 'Windows' && 'CURL_LIBRARY=../../vcpkg/installed/x64-windows-release/lib/libcurl.lib' || '' }} + ${{ runner.os == 'Windows' && 'CURL_INCLUDE_DIR=../../vcpkg/installed/x64-windows-release/include' || '' }} - name: Setup tmate session uses: mxschmitt/action-tmate@v3