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 3542162  ci: fix typo in Windows path (#187)
3542162 is described below

commit 3542162e733dce534d2f9de3cf199f416a42a16d
Author: David Li <[email protected]>
AuthorDate: Thu Nov 17 08:40:43 2022 -0500

    ci: fix typo in Windows path (#187)
---
 .github/workflows/packaging-wheels.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/packaging-wheels.yml 
b/.github/workflows/packaging-wheels.yml
index d801bb6..3021331 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:

Reply via email to