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

This commit is contained in:
Dan Kegel
2022-01-06 08:55:38 -08:00
committed by Ron Evans
parent ee4e42ba1f
commit b4fa658705
+2
View File
@@ -140,6 +140,8 @@ jobs:
submodules: true
- name: Install apt dependencies
run: |
echo "Show cpuinfo; sometimes useful when troubleshooting"
cat /proc/cpuinfo
sudo apt-get update
sudo apt-get install --no-install-recommends \
qemu-system-arm \