We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8061594 commit edbcf86Copy full SHA for edbcf86
.github/workflows/odbc.yml
@@ -13,16 +13,16 @@ jobs:
13
mkdir github
14
cd github
15
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
+ - name: Set up vcpkg
+ run: |
+ git clone https://github.com/microsoft/vcpkg/
+ ./vcpkg/bootstrap-vcpkg.bat
+ cd vpkg
+ pwd >> $VCPKG_ROOT
+ echo $VCPKG_ROOT
23
24
- - name: Clone
25
26
- cd ..
27
- git clone https://github.com/apache/arrow.git
+ - name: Clone
+ cd ..
+ git clone https://github.com/apache/arrow.git
28
0 commit comments