Skip to content

Commit 99ffc60

Browse files
committed
Finding path
Signed-off-by: Guian Gumpac <guian.gumpac@improving.com>
1 parent 3f6f978 commit 99ffc60

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/odbc.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,13 @@ jobs:
1010
steps:
1111
- name: Create repo directories
1212
run: |
13-
mkdir github
14-
cd github
13+
mkdir ../../github
1514
1615
- name: Clone
1716
run: |
18-
cd github
17+
cd ../../github
1918
git clone https://github.com/microsoft/vcpkg.git
2019
pwd
21-
tree
2220
2321
# - name: Clone vcpkg
2422
# uses: actions/checkout@v4
@@ -27,10 +25,11 @@ jobs:
2725

2826
- name: Set up vcpkg
2927
run: |
30-
cd github
28+
cd ../../github
3129
pwd
3230
./vcpkg/bootstrap-vcpkg.bat
3331
cd vcpkg
32+
pwd
3433
pwd >> $VCPKG_ROOT
3534
echo $VCPKG_ROOT
3635

0 commit comments

Comments
 (0)