mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update 30min-iiab-test-install-debian12.yml
This commit is contained in:
parent
4d6bdaf808
commit
feccd64b4a
1 changed files with 3 additions and 3 deletions
|
@ -49,9 +49,9 @@ jobs:
|
||||||
copy_repository_path: /opt/iiab/iiab
|
copy_repository_path: /opt/iiab/iiab
|
||||||
commands: |
|
commands: |
|
||||||
echo "🍏 This job's status is ${{ job.status }}."
|
echo "🍏 This job's status is ${{ job.status }}."
|
||||||
uname -a # uname -srm
|
|
||||||
grep Model /proc/cpuinfo
|
grep Model /proc/cpuinfo
|
||||||
whoami # runner
|
uname -a # uname -srm
|
||||||
|
whoami # Typically 'root' instead of 'runner'
|
||||||
pwd # /home/runner/work/iiab/iiab == $GITHUB_WORKSPACE == ${{ github.workspace }}
|
pwd # /home/runner/work/iiab/iiab == $GITHUB_WORKSPACE == ${{ github.workspace }}
|
||||||
apt-get update -y --allow-releaseinfo-change
|
apt-get update -y --allow-releaseinfo-change
|
||||||
apt-get install --no-install-recommends -y git
|
apt-get install --no-install-recommends -y git
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue