Skip to content

Commit edbcf86

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

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/odbc.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ jobs:
1313
mkdir github
1414
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)