This is an automated email from the ASF dual-hosted git repository.

lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


The following commit(s) were added to refs/heads/main by this push:
     new b6f7229  ci(c/driver_manager,c/driver/postgres): fix Windows wheels 
(#186)
b6f7229 is described below

commit b6f7229e46e763bb809d879b5673e47f393f7702
Author: David Li <[email protected]>
AuthorDate: Thu Nov 17 08:21:18 2022 -0500

    ci(c/driver_manager,c/driver/postgres): fix Windows wheels (#186)
---
 .github/workflows/packaging-wheels.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/packaging-wheels.yml 
b/.github/workflows/packaging-wheels.yml
index 7f27b64..d801bb6 100644
--- a/.github/workflows/packaging-wheels.yml
+++ b/.github/workflows/packaging-wheels.yml
@@ -215,7 +215,7 @@ jobs:
     env:
       PYTHON_VERSION: "${{ matrix.python_version }}"
       # Where to install vcpkg
-      VCPKG_ROOT: "${{ github.workspace }}/vcpkg"
+      VCPKG_ROOT: "${{ github.workspace }}\vcpkg"
     steps:
       - uses: actions/checkout@v3
         with:
@@ -259,6 +259,7 @@ jobs:
         shell: cmd
         run: |
           where python.exe
+          CALL "C:\Program Files (x86)\Microsoft Visual 
Studio\2017\BuildTools\VC\Auxiliary\Build\vcvars64.bat"
           .\ci\scripts\python_wheel_windows_build.bat %cd% %cd%\build
 
       - name: Archive wheels

Reply via email to