Skip to content

Commit

Permalink
Handle case for successful vectfit restore
Browse files Browse the repository at this point in the history
  • Loading branch information
johvincau committed Jul 31, 2024
1 parent ceca3f8 commit 532b883
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tools/ci/gha-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ fi

# Install vectfit for WMP generation if needed
if [[ $VECTFIT = 'y' ]]; then
./tools/ci/gha-install-vectfit.sh
if [ ! -d "$HOME/vectfit" ]
then
./tools/ci/gha-install-vectfit.sh
fi
fi

# Install libMesh if needed
Expand Down

0 comments on commit 532b883

Please sign in to comment.