Skip to content

Commit 977276c

Browse files
committed
Clone other repos
Signed-off-by: Guian Gumpac <guian.gumpac@improving.com>
1 parent 687c90f commit 977276c

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/odbc.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
windows-odbc:
9-
runs-on: windows-2015
9+
runs-on: windows-latest
1010
steps:
1111
- name: Create repo directories
1212
run: |
@@ -21,9 +21,17 @@ jobs:
2121
pwd >> $VCPKG_ROOT
2222
echo $VCPKG_ROOT
2323
24-
- name: Clone
24+
- name: Clone arrow
2525
run: |
2626
cd ..
2727
pwd
2828
git clone https://github.com/apache/arrow.git
2929
30+
- name: Clone flight
31+
run: |
32+
git clone https://github.com/dbt-labs/flightsql-odbc.git
33+
34+
- name: Install CMake
35+
uses: ssrobins/install-cmake@v1
36+
37+
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)