Skip to content

Commit 012a310

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

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/workflows/odbc.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,24 @@ on:
55
push:
66

77
jobs:
8-
windows-odbc:
9-
runs-on: windows-latest
10-
steps:
11-
- name: Create repo directories
12-
run: |
13-
mkdir github
14-
cd github
8+
windows-odbc:
9+
runs-on: windows-latest
10+
steps:
11+
- name: Create repo directories
12+
run: |
13+
mkdir github
14+
cd github
1515

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
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)