Skip to content

Commit

Permalink
use --keep
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Nov 10, 2023
1 parent 45492aa commit d4a42b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ jobs:
- name: Build double precision executables
working-directory: modflow6/bin/downloaded
run: |
mfpymake . mf2005 -dbl -fc=$FC -cc $CC
mfpymake . mfnwt -dbl -fc=$FC -cc $CC
mfpymake . mfusg -dbl -fc=$FC -cc $CC
mfpymake . mflgr -dbl -fc=$FC -cc $CC
mfpymake . mf2005 -dbl -fc=$FC -cc $CC --keep
mfpymake . mfnwt -dbl -fc=$FC -cc $CC --keep
mfpymake . mfusg -dbl -fc=$FC -cc $CC --keep
mfpymake . mflgr -dbl -fc=$FC -cc $CC --keep
- name: Set executable permission
if: runner.os != 'Windows'
Expand Down

0 comments on commit d4a42b6

Please sign in to comment.