Skip to content

Commit 4288f7e

Browse files
committed
Attempt to build the odbc driver
Signed-off-by: Guian Gumpac <guian.gumpac@improving.com>
1 parent 37f4a3f commit 4288f7e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/odbc.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,10 @@ jobs:
4444
(Get-Content .\build_win64.bat).Replace('ARROW_GIT_REPOSITORY="https://github.com/apache/arrow"', 'ARROW_GIT_REPOSITORY="D:/a/github/arrow"') | Set-Content .\build_win64.bat
4545
(Get-Content .\build_win64.bat).Replace('ODBCABSTRACTION_REPO="../flightsql-odbc"', 'ODBCABSTRACTION_REPO="D:/a/github/flightsql-odbc"') | Set-Content .\build_win64.bat
4646
47-
- name: Upload bat file
48-
uses: actions/upload-artifact@v4
47+
- name: Set up MSVC Dev command prompt
48+
uses: ilammy/msvc-dev-cmd@v1.13.0
4949
with:
50-
name: build_win64.bat
51-
path: '.\build_win64.bat'
50+
arch: x64
51+
52+
- name: Build ODBC Driver
53+
run: ./build_win64.bat

0 commit comments

Comments
 (0)