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:
parent
a3104569b1
commit
81ba0fc7b7
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue