tweak make output

This commit is contained in:
Theta Nil 2022-06-20 16:13:20 -04:00
parent 455b92ca62
commit 66bd1dd279

View file

@ -23,7 +23,10 @@ jobs:
- name: support ape bins
run: sudo sh -c "echo ':APE:M::MZqFpD::/bin/sh:' >/proc/sys/fs/binfmt_misc/register"
- name: temporary, log cpu count for make -j
run: lscpu
- name: make everything
run: make -j8
run: make --silent -j16