Add whoami to arm64 gha workflow

pull/10284/head
Ilya Zuyev 2021-01-27 14:55:09 -08:00
parent c2d824911b
commit c21e017235
2 changed files with 4 additions and 1 deletions

View File

@ -693,6 +693,8 @@ jobs:
echo "--------------------------"
docker ps || true
echo "--------------------------"
whoami || true
echo "--------------------------"
# go 1.14.6+ is needed because of this bug https://github.com/golang/go/issues/39308
- uses: actions/setup-go@v2
with:

View File

@ -692,7 +692,8 @@ jobs:
echo "--------------------------"
docker ps || true
echo "--------------------------"
whoami || true
echo "--------------------------"
# go 1.14.6+ is needed because of this bug https://github.com/golang/go/issues/39308
- uses: actions/setup-go@v2
with: