Skip to content

Commit 969e48e

Browse files
committed
Changed VCPKG_ROOT
Signed-off-by: Guian Gumpac <guian.gumpac@improving.com>
1 parent b347a30 commit 969e48e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/odbc.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
run: |
2222
cd ../../github
2323
./vcpkg/bootstrap-vcpkg.bat
24-
cd vcpkg
25-
'D:/a/github/vcpkg' >> $VCPKG_ROOT
2624
2725
- name: Clone arrow
2826
run: |
@@ -43,6 +41,7 @@ jobs:
4341
run: |
4442
(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
4543
(Get-Content .\build_win64.bat).Replace('ODBCABSTRACTION_REPO="../flightsql-odbc"', 'ODBCABSTRACTION_REPO="D:/a/github/flightsql-odbc"') | Set-Content .\build_win64.bat
44+
(Get-Content .\build_win64.bat).Replace('%VCPKG_ROOT%', 'D:/a/github/vcpkg') | Set-Content .\build_win64.bat
4645
4746
- name: Upload bat file
4847
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)