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 d100a53 commit 519b2b5
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' && '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' || '' }}
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
Expand Down

0 comments on commit 519b2b5

Please sign in to comment.