1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

GHA: Try recording more 'runner context' on top of job

This commit is contained in:
A Holt 2023-06-08 14:49:07 -04:00 committed by GitHub
parent a3104569b1
commit 81ba0fc7b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,9 +41,11 @@ jobs:
cpu_info: ${{ matrix.cpu_info }}
copy_repository_path: /opt/iiab/iiab
commands: |
echo "$(uname -srm)"
grep Model /proc/cpuinfo
echo "🍏 This job's status is ${{ job.status }}."
echo -e "Complete 'runner context':\n{{ $matrix }}"
uname -srm
hostnamectl
grep Model /proc/cpuinfo
whoami # runner
pwd # /home/runner/work/iiab/iiab == $GITHUB_WORKSPACE == ${{ github.workspace }}
apt-get update -y --allow-releaseinfo-change