File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed
Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change 55 push:
66
77jobs :
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
You can’t perform that action at this time.
0 commit comments