Skip to content

Commit

Permalink
Add Python bindings to static linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsorby committed Nov 6, 2024
1 parent cd81911 commit a1cab84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
additional_cmake_options: -DLIBXML2_INCLUDE_DIR="C:\libxml2\include\libxml2" -DLIBXML2_LIBRARY="C:\libxml2\lib\libxml2.lib" -DZLIB_INCLUDE_DIR="C:\zlib\include" -DZLIB_LIBRARY="C:\zlib\lib\z_dll.lib"
- name: 'Linux static - C++'
os: ubuntu-latest
bindings_python: OFF
bindings_python: ON
build_shared: OFF
unit_tests: ON
- name: 'Linux shared - C++/Python'
Expand Down

0 comments on commit a1cab84

Please sign in to comment.