Skip to content

Commit

Permalink
Exporting ld_library_path for clang test
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-noel committed Nov 19, 2024
1 parent aaf79bb commit c37e574
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/maboss-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@ jobs:
make CXX=g++ MAXNODES=128 install SBML_COMPAT=1
- name: Test MaBoSS
run: bash scripts/run_tests.sh
run: |
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib/
bash scripts/run_tests.sh
maboss_binary_macos:
name: MaBoSS MacOSX x86_64 binary
Expand Down

0 comments on commit c37e574

Please sign in to comment.