.github: asset-test-linux: show cpuinfo for troubleshooting.

Этот коммит содержится в:
Dan Kegel 2022-01-06 08:55:38 -08:00 коммит произвёл Ron Evans
родитель ee4e42ba1f
коммит b4fa658705

2
.github/workflows/linux.yml предоставленный
Просмотреть файл

@ -140,6 +140,8 @@ jobs:
submodules: true submodules: true
- name: Install apt dependencies - name: Install apt dependencies
run: | run: |
echo "Show cpuinfo; sometimes useful when troubleshooting"
cat /proc/cpuinfo
sudo apt-get update sudo apt-get update
sudo apt-get install --no-install-recommends \ sudo apt-get install --no-install-recommends \
qemu-system-arm \ qemu-system-arm \