Skip to content

Commit

Permalink
Report GNAT in use 1st hand
Browse files Browse the repository at this point in the history
  • Loading branch information
mosteo committed Jun 27, 2024
1 parent df55852 commit 1704138
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1704138

Please sign in to comment.