Skip to content

Commit

Permalink
Cleaning up src and pub before compiling on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-noel committed Feb 6, 2025
1 parent 2a91a29 commit 800015d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maboss-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ jobs:
- name: Build MaBoSS
run: |
rm -fr engine/pub/*
cd engine/src
make clean
make MAXNODES=128 SBML_COMPAT=1 maboss popmaboss -j "${CPU_COUNT}"
make SBML_COMPAT=1 maboss popmaboss -j "${CPU_COUNT}"
Expand Down

0 comments on commit 800015d

Please sign in to comment.