[GHA] Added message when we export the 3D cache variable

This commit is contained in:
Salvador E. Tropea 2023-01-27 16:49:43 -03:00
parent 21f51904fe
commit b9f701109d
1 changed files with 1 additions and 0 deletions

View File

@ -175,6 +175,7 @@ function run {
if [ $CACHE3D == "YES" ]; then
export KIBOT_3D_MODELS="$HOME/cache_3d"
echo Exporting KIBOT_3D_MODELS=$KIBOT_3D_MODELS
fi
if [ $QUICKSTART == "YES" ]; then