Skip to content

Commit 01890e4

Browse files
committed
Changed slashes in path
Signed-off-by: Guian Gumpac <guian.gumpac@improving.com>
1 parent 4288f7e commit 01890e4

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/odbc.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
cd ../../github
2323
./vcpkg/bootstrap-vcpkg.bat
2424
cd vcpkg
25-
pwd >> $VCPKG_ROOT
25+
D:/a/github/vcpkg >> $VCPKG_ROOT
2626
2727
- name: Clone arrow
2828
run: |
@@ -44,6 +44,12 @@ jobs:
4444
(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
4545
(Get-Content .\build_win64.bat).Replace('ODBCABSTRACTION_REPO="../flightsql-odbc"', 'ODBCABSTRACTION_REPO="D:/a/github/flightsql-odbc"') | Set-Content .\build_win64.bat
4646
47+
- name: Upload bat file
48+
uses: actions/upload-artifact@v4
49+
with:
50+
name: build_win64.bat
51+
path: '.\build_win64.bat'
52+
4753
- name: Set up MSVC Dev command prompt
4854
uses: ilammy/msvc-dev-cmd@v1.13.0
4955
with:

build_win64.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
@ECHO OFF
1212

13-
%VCPKG_ROOT%\vcpkg.exe install --triplet x64-windows --x-install-root=%VCPKG_ROOT%/installed
13+
%VCPKG_ROOT%/vcpkg.exe install --triplet x64-windows --x-install-root=%VCPKG_ROOT%/installed
1414

1515
if exist ".\build" del build /q
1616

0 commit comments

Comments
 (0)