We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a7b0e4 commit b8e83f0Copy full SHA for b8e83f0
.github/workflows/odbc.yml
@@ -59,8 +59,18 @@ jobs:
59
run: |
60
(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
61
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
72
# - name: Upload ODBC Driver
73
# uses: actions/upload-artifact@v4
74
# with:
75
# name: dbtlabs-flight-sql-odbc-driver-v1.0
-# path: <Driver path name>
76
+# path: D:/a/warpdrive/warpdrive/build/Release/odbc-driver.dll
0 commit comments