Browse Source

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

pull/2490/head
Dan Kegel 3 years ago
committed by Ron Evans
parent
commit
b4fa658705
  1. 2
      .github/workflows/linux.yml

2
.github/workflows/linux.yml

@ -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 \

Loading…
Cancel
Save