Skip to content

Commit 19c68f2

Browse files
committed
windows cont 5
1 parent 57927ee commit 19c68f2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,14 @@ jobs:
141141
run: |
142142
/usr/bin/find curl
143143
echo '-------------------'
144-
cmake -B bld -DCMAKE_BUILD_TYPE=Debug -DCURL_INCLUDE_DIRS="$HOME"/curl -DCURL_LIBRARY="$HOME"/curl/lib/libcurl.dll.a
144+
pwd
145+
echo '-------------------'
146+
cmake -B bld -DCMAKE_BUILD_TYPE=Debug -DCURL_INCLUDE_DIRS="$PWD"/curl -DCURL_LIBRARY="$PWD"/curl/lib/libcurl.dll.a
145147
146148
- name: 'cmake build'
147149
run: cmake --build bld
148150

149-
- name: 'cmake onfigure log'
151+
- name: 'cmake configure log'
150152
if: ${{ !cancelled() }}
151153
run: cat bld/CMakeFiles/CMake*.yaml 2>/dev/null || true
152154

0 commit comments

Comments
 (0)