Skip to content

Commit

Permalink
lib exts
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Feb 15, 2024
1 parent d83b677 commit 7506792
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,18 @@ jobs:
# move mf6 exes to the top-level bindir in the mf6 repo
if [[ "$RUNNER_OS" == "Windows" ]]; then
ext=".exe"
ese
ext=""
eext=".exe"
oext=".dll"
elif [[ "$RUNNER_OS" == "Linux" ]]; then
eext=""
oext=".so"
else
eext=""
oext=".dylib"
fi
cp "modflow6/bin/downloaded/mf6$ext" modflow6/bin
cp "modflow6/bin/downloaded/libmf6$ext" modflow6/bin
cp "modflow6/bin/downloaded/zbud6$ext" modflow6/bin
cp "modflow6/bin/downloaded/mf6$eext" modflow6/bin
cp "modflow6/bin/downloaded/libmf6$oext" modflow6/bin
cp "modflow6/bin/downloaded/zbud6$eext" modflow6/bin
# set execute permissions
if [[ "$RUNNER_OS" != "Windows" ]]; then
Expand Down

0 comments on commit 7506792

Please sign in to comment.