mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-12 06:53:40 +00:00
.github: asset-test-linux: show cpuinfo for troubleshooting.
This commit is contained in:
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user