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,10 +49,10 @@ jobs:
|
|||
copy_repository_path: /opt/iiab/iiab
|
||||
commands: |
|
||||
echo "🍏 This job's status is ${{ job.status }}."
|
||||
uname -a # uname -srm
|
||||
grep Model /proc/cpuinfo
|
||||
whoami # runner
|
||||
pwd # /home/runner/work/iiab/iiab == $GITHUB_WORKSPACE == ${{ github.workspace }}
|
||||
uname -a # uname -srm
|
||||
whoami # Typically 'root' instead of 'runner'
|
||||
pwd # /home/runner/work/iiab/iiab == $GITHUB_WORKSPACE == ${{ github.workspace }}
|
||||
apt-get update -y --allow-releaseinfo-change
|
||||
apt-get install --no-install-recommends -y git
|
||||
ls /opt/iiab/iiab
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue