diff --git a/action.yml b/action.yml index 898a3898..4774ea42 100644 --- a/action.yml +++ b/action.yml @@ -179,6 +179,8 @@ runs: which alr alr --version { alr index --update-all >/dev/null && echo "Index refreshed"; } || echo "Index refresh failed" + echo "Using gnat: $(alr exec -- which gnat)" + echo "$(alr exec -- gnat --version)" # Save cache early so we can verify its proper working in a test workflow. Otherwise # it's not saved until workflow completion and by then it's too late.