Skip to content

Commit 19b7a1b

Browse files
committed
Debug
Signed-off-by: Guian Gumpac <guian.gumpac@improving.com>
1 parent 011a771 commit 19b7a1b

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

0 commit comments

Comments
 (0)