From ea1044dcd6c687459bc213f3aea042a0e2f63ec4 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Sat, 14 May 2022 00:15:29 +0200 Subject: gh workflow: print nproc to find out whether make -jNN makes sense --- .github/workflows/ccpp.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 12bb6abd9..7a3ca7dc2 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -15,6 +15,8 @@ jobs: - uses: actions/checkout@v2 - name: apt-get install run: sudo apt-get update && sudo apt-get install -y autopoint gettext libusb-1.0-0-dev libcurl4-openssl-dev libgd-dev + - name: nproc + run: nproc - name: autoreconf run: autoreconf -i -f - name: configure -- cgit v1.2.1