Skip to content

Commit 95fe177

Browse files
committed
windows debug curl build
1 parent e5b6ea6 commit 95fe177

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ jobs:
2929
name: macos
3030
- os: windows-latest
3131
arch: x86_64
32-
configure: --with-schannel
32+
configure:
33+
--with-schannel
34+
CFLAGS="-DCURL_STATICLIB"
3335
name: windows
3436
- os: ubuntu-latest
3537
arch: arm64-v8a
@@ -205,6 +207,9 @@ jobs:
205207
206208
cd ..
207209
mkdir -p network/curl/${{ matrix.name }}
210+
ls -lah $folder
211+
ls -lah $folder/lib
212+
ls -lah $folder/lib/.libs
208213
mv $folder/lib/.libs/libcurl.a network/curl/${{ matrix.name }}
209214
210215
- name: linux install uuid-dev

0 commit comments

Comments
 (0)