From: Daan De Meyer Date: Wed, 18 Oct 2023 20:38:21 +0000 (+0200) Subject: Build xfsprogs with all available threads X-Git-Tag: v19~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f919e2c8b9d416a02ec95a7c7a201950c606cb1;p=thirdparty%2Fmkosi.git Build xfsprogs with all available threads --- diff --git a/action.yaml b/action.yaml index e4e2ebe34..aefe5220e 100644 --- a/action.yaml +++ b/action.yaml @@ -109,7 +109,7 @@ runs: git clone --single-branch --branch v6.4.0 https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git cd xfsprogs-dev - make + make -j $(nproc) sudo make install - name: Install