We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f6f978 commit 99ffc60Copy full SHA for 99ffc60
.github/workflows/odbc.yml
@@ -10,15 +10,13 @@ jobs:
10
steps:
11
- name: Create repo directories
12
run: |
13
- mkdir github
14
- cd github
+ mkdir ../../github
15
16
- name: Clone
17
18
+ cd ../../github
19
git clone https://github.com/microsoft/vcpkg.git
20
pwd
21
- tree
22
23
# - name: Clone vcpkg
24
# uses: actions/checkout@v4
@@ -27,10 +25,11 @@ jobs:
27
25
28
26
- name: Set up vcpkg
29
30
31
32
./vcpkg/bootstrap-vcpkg.bat
33
cd vcpkg
+ pwd
34
pwd >> $VCPKG_ROOT
35
echo $VCPKG_ROOT
36
0 commit comments