Skip to content

Commit

Permalink
Merge pull request #828 from Bit-Quill/dev-fix-odbc-build
Browse files Browse the repository at this point in the history
Fix failing ODBC workflow
  • Loading branch information
Yury-Fridlyand authored Sep 13, 2022
2 parents a4a37f3 + f4b1f66 commit ffb3ce7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
11 changes: 0 additions & 11 deletions sql-odbc/scripts/build_libcurl-vcpkg.ps1

This file was deleted.

5 changes: 2 additions & 3 deletions sql-odbc/scripts/build_windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ $BUILD_DIR = "${WORKING_DIR}\build"
# $BUILD_DIR = "${WORKING_DIR}\build\${CONFIGURATION}${BITNESS}"
New-Item -Path $BUILD_DIR -ItemType Directory -Force | Out-Null

$VCPKG_DIR = "${WORKING_DIR}/src/vcpkg"

.\scripts\build_libcurl-vcpkg.ps1 $VCPKG_DIR $LIBCURL_WIN_ARCH
$VCPKG_DIR = $Env:VCPKG_ROOT
vcpkg.exe install curl[tool]:${LIBCURL_WIN_ARCH}-windows

Set-Location $CURRENT_DIR

Expand Down

0 comments on commit ffb3ce7

Please sign in to comment.