Skip to content

Commit b8e83f0

Browse files
committed
Reinstate build step
1 parent 0a7b0e4 commit b8e83f0

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/odbc.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,18 @@ jobs:
5959
run: |
6060
(Get-Content D:\a\warpdrive\warpdrive\build_win64.bat) -replace 'ARROW_GIT_TAG="(.*?)"', 'ARROW_GIT_TAG="${{ github.event.inputs.ARROW_GIT_TAG }}"' | Set-Content D:\a\warpdrive\warpdrive\build_win64.bat
6161
62+
- name: Set up MSVC Dev command prompt
63+
uses: ilammy/msvc-dev-cmd@v1.13.0
64+
with:
65+
arch: x64
66+
67+
- name: Build ODBC Driver
68+
run: |
69+
cd D:\a\warpdrive\warpdrive
70+
.\build_win64.bat
71+
6272
# - name: Upload ODBC Driver
6373
# uses: actions/upload-artifact@v4
6474
# with:
6575
# name: dbtlabs-flight-sql-odbc-driver-v1.0
66-
# path: <Driver path name>
76+
# path: D:/a/warpdrive/warpdrive/build/Release/odbc-driver.dll

0 commit comments

Comments
 (0)