Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pyushkevich authored Oct 4, 2024
1 parent 519b2b5 commit f679836
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ jobs:
CMAKE_BUILD_TYPE=Release
DO_UPLOAD=ON
SITE=github-runner-${{ matrix.os }}
${{ runner.os == 'Windows' && 'CURL_LIBRARY=' + github.workspace + '/vcpkg/installed/x64-windows-release/lib/libcurl.lib' || '' }}
${{ runner.os == 'Windows' && 'CURL_INCLUDE_DIR=' + github.workspace + 'vcpkg/installed/x64-windows-release/include' || '' }}
${{ runner.os == 'Windows' && format('CURL_LIBRARY={}/vcpkg/installed/x64-windows-release/lib/libcurl.lib', github.workspace) || '' }}
${{ runner.os == 'Windows' && format('CURL_INCLUDE_DIR={}/vcpkg/installed/x64-windows-release/include', github.workspace) || '' }}
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
Expand Down

0 comments on commit f679836

Please sign in to comment.