CI: Add group for building pcr-reader for better output

This commit is contained in:
Nils Hanke 2022-10-31 15:42:50 +01:00 committed by Nils Hanke
parent 28b2d84684
commit af08ffbb16

View File

@ -39,6 +39,7 @@ runs:
steps:
- name: Build hack/pcr-reader
run: |
echo "::group::Build pcr-reader"
go build .
echo "$(pwd)" >> $GITHUB_PATH
working-directory: hack/pcr-reader