Skip to content

Commit 687c90f

Browse files
committed
Fixed path
Signed-off-by: Guian Gumpac <guian.gumpac@improving.com>
1 parent edbcf86 commit 687c90f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/odbc.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
windows-odbc:
9-
runs-on: windows-latest
9+
runs-on: windows-2015
1010
steps:
1111
- name: Create repo directories
1212
run: |
@@ -17,12 +17,13 @@ jobs:
1717
run: |
1818
git clone https://github.com/microsoft/vcpkg/
1919
./vcpkg/bootstrap-vcpkg.bat
20-
cd vpkg
20+
cd vcpkg
2121
pwd >> $VCPKG_ROOT
2222
echo $VCPKG_ROOT
2323
2424
- name: Clone
2525
run: |
2626
cd ..
27+
pwd
2728
git clone https://github.com/apache/arrow.git
2829

0 commit comments

Comments
 (0)