@@ -46,27 +46,32 @@ jobs:
4646 - uses : actions/checkout@v4
4747
4848 - name : Move directories to shorten path
49- run : |
49+ run : |
50+ mkdir D:\a\wd
51+ mv D:\a\warpdrive\warpdrive D:\a\wd
5052 pwd
5153 tree
5254
5355
54- # - name: Change repo path to local repos
55- # run: |
56- # (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
57- # (Get-Content .\build_win64.bat).Replace('ODBCABSTRACTION_REPO="../flightsql-odbc"', 'ODBCABSTRACTION_REPO="D:/a/gh/flightsql-odbc"') | Set-Content .\build_win64.bat
58- # (Get-Content .\build_win64.bat).Replace('%VCPKG_ROOT%', 'D:/a/github/vcpkg') | Set-Content .\build_win64.bat
56+ - name : Change repo path to local repos
57+ run : |
58+ cd D:\a\wd
59+ (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
60+ (Get-Content .\build_win64.bat).Replace('ODBCABSTRACTION_REPO="../flightsql-odbc"', 'ODBCABSTRACTION_REPO="D:/a/gh/flightsql-odbc"') | Set-Content .\build_win64.bat
61+ (Get-Content .\build_win64.bat).Replace('%VCPKG_ROOT%', 'D:/a/github/vcpkg') | Set-Content .\build_win64.bat
5962
6063 # - name: Upload bat file
6164 # uses: actions/upload-artifact@v4
6265 # with:
6366 # name: build_win64.bat
6467 # path: '.\build_win64.bat'
6568
66- # - name: Set up MSVC Dev command prompt
67- # uses: ilammy/msvc-dev-cmd@v1.13.0
68- # with:
69- # arch: x64
69+ - name : Set up MSVC Dev command prompt
70+ uses : ilammy/msvc-dev-cmd@v1.13.0
71+ with :
72+ arch : x64
7073
71- # - name: Build ODBC Driver
72- # run: ./build_win64.bat
74+ - name : Build ODBC Driver
75+ run : |
76+ cd D:\a\wd
77+ ./build_win64.bat
0 commit comments