Skip to content

Commit cf4c030

Browse files
committed
Finding path
Signed-off-by: Guian Gumpac <guian.gumpac@improving.com>
1 parent 187f0dc commit cf4c030

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/odbc.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,17 @@ jobs:
1717
run: |
1818
cd github
1919
git clone https://github.com/microsoft/vcpkg.git
20+
pwd
2021
tree
2122
22-
- name: Clone vcpkg
23-
uses: actions/checkout@v4
24-
with:
25-
repository: microsoft/vcpkg
23+
# - name: Clone vcpkg
24+
# uses: actions/checkout@v4
25+
# with:
26+
# repository: microsoft/vcpkg
2627

2728
- name: Set up vcpkg
2829
run: |
29-
tree
30+
pwd
3031
./vcpkg/bootstrap-vcpkg.bat
3132
cd vcpkg
3233
pwd >> $VCPKG_ROOT

0 commit comments

Comments
 (0)