File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -20,25 +20,25 @@ jobs:
2020 run : |
2121 mkdir ../../gh
2222
23- # - name: Clone vcpkg
24- # run: |
25- # cd ../../gh
26- # git clone https://github.com/microsoft/vcpkg.git
23+ - name : Clone vcpkg
24+ run : |
25+ cd ../../gh
26+ git clone https://github.com/microsoft/vcpkg.git
2727
28- # - name: Set up vcpkg
29- # run: |
30- # cd ../../gh
31- # ./vcpkg/bootstrap-vcpkg.bat
28+ - name : Set up vcpkg
29+ run : |
30+ cd ../../gh
31+ ./vcpkg/bootstrap-vcpkg.bat
3232
33- # - name: Clone arrow
34- # run: |
35- # cd ../../gh
36- # git clone https://github.com/apache/arrow.git
33+ - name : Clone arrow
34+ run : |
35+ cd ../../gh
36+ git clone https://github.com/apache/arrow.git
3737
38- # - name: Clone flight odbc
39- # run: |
40- # cd ../../gh
41- # git clone https://github.com/dbt-labs/flightsql-odbc.git
38+ - name : Clone flight odbc
39+ run : |
40+ cd ../../gh
41+ git clone https://github.com/dbt-labs/flightsql-odbc.git
4242
4343 # - name: Install CMake
4444 # uses: ssrobins/install-cmake@v1
You can’t perform that action at this time.
0 commit comments