Skip to content

Commit 5deca15

Browse files
committed
print pkgconfig
1 parent e60bb01 commit 5deca15

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ jobs:
259259
shell: msys2 {0}
260260
run: |
261261
export PATH="$(cygpath -u "$pythonLocation"):/mingw64/bin:$PATH"
262+
pkg-config --libs --static libcrypto
262263
echo "🔎 Checking for required DLLs in PATH:"
263264
for dll in libssl-3-x64.dll libcrypto-3-x64.dll python311.dll; do
264265
found=0

0 commit comments

Comments
 (0)