diff --git a/.github/actions/constellation_measure/action.yml b/.github/actions/constellation_measure/action.yml index 2df1c4e88..eaf10a76f 100644 --- a/.github/actions/constellation_measure/action.yml +++ b/.github/actions/constellation_measure/action.yml @@ -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