Skip to content

Commit b4fa658

Browse files
dkegel-fastlydeadprogram
authored andcommitted
.github: asset-test-linux: show cpuinfo for troubleshooting.
1 parent ee4e42b commit b4fa658

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ jobs:
140140
submodules: true
141141
- name: Install apt dependencies
142142
run: |
143+
echo "Show cpuinfo; sometimes useful when troubleshooting"
144+
cat /proc/cpuinfo
143145
sudo apt-get update
144146
sudo apt-get install --no-install-recommends \
145147
qemu-system-arm \

0 commit comments

Comments
 (0)