We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b347a30 commit 969e48eCopy full SHA for 969e48e
.github/workflows/odbc.yml
@@ -21,8 +21,6 @@ jobs:
21
run: |
22
cd ../../github
23
./vcpkg/bootstrap-vcpkg.bat
24
- cd vcpkg
25
- 'D:/a/github/vcpkg' >> $VCPKG_ROOT
26
27
- name: Clone arrow
28
@@ -43,6 +41,7 @@ jobs:
43
41
44
42
(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
+ (Get-Content .\build_win64.bat).Replace('%VCPKG_ROOT%', 'D:/a/github/vcpkg') | Set-Content .\build_win64.bat
46
47
- name: Upload bat file
48
uses: actions/upload-artifact@v4
0 commit comments