Skip to content

Commit eff1537

Browse files
committed
Debug
Signed-off-by: Guian Gumpac <guian.gumpac@improving.com>
1 parent b9e1311 commit eff1537

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/odbc.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@ jobs:
6060
# ./build_win64.bat
6161
# ls D:\a\wd
6262
# ls D:\a\wd\warpdrive
63-
(Get-Content .\build_win64.bat).Replace('ARROW_GIT_REPOSITORY="https://github.com/apache/arrow"', 'ARROW_GIT_REPOSITORY="D:/a/gh/arrow"') | Set-Content .\build_win64.bat
64-
(Get-Content .\build_win64.bat).Replace('ODBCABSTRACTION_REPO="../flightsql-odbc"', 'ODBCABSTRACTION_REPO="D:/a/gh/flightsql-odbc"') | Set-Content .\build_win64.bat
65-
(Get-Content .\build_win64.bat).Replace('%VCPKG_ROOT%', 'D:/a/github/vcpkg') | Set-Content .\build_win64.batZ
63+
(Get-Content D:\a\wd\warpdrive\build_win64.bat).Replace('ARROW_GIT_REPOSITORY="https://github.com/apache/arrow"', 'ARROW_GIT_REPOSITORY="D:/a/gh/arrow"') | Set-Content D:\a\wd\warpdrive\build_win64.bat
64+
(Get-Content D:\a\wd\warpdrive\build_win64.bat).Replace('ODBCABSTRACTION_REPO="../flightsql-odbc"', 'ODBCABSTRACTION_REPO="D:/a/gh/flightsql-odbc"') | Set-Content D:\a\wd\warpdrive\build_win64.bat
65+
(Get-Content D:\a\wd\warpdrive\build_win64.bat).Replace('%VCPKG_ROOT%', 'D:/a/github/vcpkg') | Set-Content D:\a\wd\warpdrive\build_win64.batZ
6666
67-
# - name: Upload bat file
68-
# uses: actions/upload-artifact@v4
69-
# with:
70-
# name: build_win64.bat
71-
# path: '.\build_win64.bat'
67+
- name: Upload bat file
68+
uses: actions/upload-artifact@v4
69+
with:
70+
name: build_win64.bat
71+
path: '.\build_win64.bat'
7272

7373
- name: Set up MSVC Dev command prompt
7474
uses: ilammy/msvc-dev-cmd@v1.13.0

0 commit comments

Comments
 (0)