Skip to content

Commit 8061594

Browse files
committed
Initial GHA test
Signed-off-by: Guian Gumpac <guian.gumpac@improving.com>
1 parent 85d8708 commit 8061594

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/odbc.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@ jobs:
88
windows-odbc:
99
runs-on: windows-latest
1010
steps:
11-
- name: Create repo directories
12-
run: |
13-
mkdir github
14-
cd github
15-
16-
- name: Set up vcpkg
17-
run: |
18-
git clone https://github.com/microsoft/vcpkg/
19-
./vcpkg/bootstrap-vcpkg.bat
20-
cd vpkg
21-
pwd >> $VCPKG_ROOT
22-
echo $VCPKG_ROOT
11+
- name: Create repo directories
12+
run: |
13+
mkdir github
14+
cd github
15+
16+
- name: Set up vcpkg
17+
run: |
18+
git clone https://github.com/microsoft/vcpkg/
19+
./vcpkg/bootstrap-vcpkg.bat
20+
cd vpkg
21+
pwd >> $VCPKG_ROOT
22+
echo $VCPKG_ROOT
2323
24-
- name: Clone
25-
run: |
26-
cd ..
27-
git clone https://github.com/apache/arrow.git
24+
- name: Clone
25+
run: |
26+
cd ..
27+
git clone https://github.com/apache/arrow.git
2828

0 commit comments

Comments
 (0)