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