Skip to content

Commit

Permalink
- correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergmann committed Nov 21, 2024
1 parent 6d035ed commit c0c38bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/store-artefact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -322,9 +322,9 @@ jobs:
-DPYTHON_EXECUTABLE=/opt/python/cp38-cp38/bin/python \
-DPYTHON_INCLUDE_DIR=/opt/python/cp38-cp38/include/python3.8/ \
-DWITH_STATIC_RUNTIME=ON \
-DLIBSBML_DEPENDENCY_DIR=./dependencies \
-DEXPAT_LIBRARY=./dependencies/lib64/libexpat.a \
-DEXPAT_INCLUDE_DIR=./dependencies/include \
-DLIBSBML_DEPENDENCY_DIR=../dependencies \
-DEXPAT_LIBRARY=../dependencies/lib64/libexpat.a \
-DEXPAT_INCLUDE_DIR=../dependencies/include \
-DPYTHON_USE_DYNAMIC_LOOKUP=ON
cmake --build . --config $BUILD_TYPE
Expand Down

0 comments on commit c0c38bf

Please sign in to comment.