We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37f4a3f commit 4288f7eCopy full SHA for 4288f7e
.github/workflows/odbc.yml
@@ -44,8 +44,10 @@ jobs:
44
(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
45
(Get-Content .\build_win64.bat).Replace('ODBCABSTRACTION_REPO="../flightsql-odbc"', 'ODBCABSTRACTION_REPO="D:/a/github/flightsql-odbc"') | Set-Content .\build_win64.bat
46
47
- - name: Upload bat file
48
- uses: actions/upload-artifact@v4
+ - name: Set up MSVC Dev command prompt
+ uses: ilammy/msvc-dev-cmd@v1.13.0
49
with:
50
- name: build_win64.bat
51
- path: '.\build_win64.bat'
+ arch: x64
+
52
+ - name: Build ODBC Driver
53
+ run: ./build_win64.bat
0 commit comments