Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Serge Hallyn <serge@hallyn.com>
  • Loading branch information
hallyn committed Aug 24, 2023
1 parent cf6cfa2 commit 4d42b1a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,12 @@ jobs:
sbsigntool
pip install virt-firmware
run: |
git describe --always --dirty
echo "XXX: starting run section"
git config --global --add safe.directory /home/runner/work/trust/trust
pwd
echo "XXX: running git describe"
git describe --always --dirty || true
echo "XXX: done running git describe"
go version
make
make test
Expand Down

0 comments on commit 4d42b1a

Please sign in to comment.