Skip to content

Commit

Permalink
Added tmate session for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-noel committed Nov 22, 2024
1 parent dbc79ed commit 7212805
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 @@ -102,7 +102,9 @@ jobs:
export LDFLAGS="${LDFLAGS} -L/usr/local/lib"
make CXX=g++ install SBML_COMPAT=1
make CXX=g++ MAXNODES=128 install SBML_COMPAT=1
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: Test MaBoSS
run: |
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib/
Expand Down

0 comments on commit 7212805

Please sign in to comment.