Skip to content

Commit d88e11b

Browse files
committed
ci: apparently bcrypt is now needed for libxml2 on Windows
1 parent a09e90b commit d88e11b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ jobs:
272272
IGRAPH_CMAKE_EXTRA_ARGS: -DCMAKE_BUILD_TYPE=RelWithDebInfo -DVCPKG_TARGET_TRIPLET=${{ matrix.vcpkg_arch }}-windows-static-md -DCMAKE_TOOLCHAIN_FILE=c:/vcpkg/scripts/buildsystems/vcpkg.cmake -A ${{ matrix.cmake_arch }}
273273
IGRAPH_EXTRA_LIBRARY_PATH: C:/vcpkg/installed/${{ matrix.vcpkg_arch }}-windows-static-md/lib/
274274
IGRAPH_STATIC_EXTENSION: True
275-
IGRAPH_EXTRA_LIBRARIES: libxml2,lzma,zlib,iconv,charset
275+
IGRAPH_EXTRA_LIBRARIES: libxml2,lzma,zlib,iconv,charset,bcrypt
276276
IGRAPH_EXTRA_DYNAMIC_LIBRARIES: wsock32,ws2_32
277277

278278
- uses: actions/upload-artifact@v4
@@ -382,4 +382,3 @@ jobs:
382382
LSAN_OPTIONS: "suppressions=etc/lsan-suppr.txt:print_suppressions=false"
383383
run: |
384384
LD_PRELOAD=/lib/x86_64-linux-gnu/libasan.so.5:/lib/x86_64-linux-gnu/libubsan.so.1 python -m pytest --capture=sys tests
385-

0 commit comments

Comments
 (0)