We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0045234 commit 5f44d63Copy full SHA for 5f44d63
.github/workflows/odbc.yml
@@ -57,7 +57,7 @@ jobs:
57
- name: Change repo path to local repos
58
run: |
59
cd D:\a\wd\warpdrive
60
- .\build_win64.bat
+ ./build_win64.bat
61
# ls D:\a\wd
62
# ls D:\a\wd\warpdrive
63
# (Get-Content D:\a\wd\warpdrive\build_win64.bat).Replace('ARROW_GIT_REPOSITORY="https://github.com/apache/arrow"', 'ARROW_GIT_REPOSITORY="D:/a/gh/arrow"') | Set-Content D:\a\wd\warpdrive\build_win64.bat
0 commit comments