From bfb24cf0fd8b65c06e8bafe4cb7b7fbd77c41487 Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Mon, 3 May 2021 22:35:19 +0000 Subject: [PATCH] github: also pass the j option to make Signed-off-by: Evgeny Vereshchagin --- .github/workflows/sanitizers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sanitizers.sh b/.github/workflows/sanitizers.sh index 927d9a693..7fd7dced5 100755 --- a/.github/workflows/sanitizers.sh +++ b/.github/workflows/sanitizers.sh @@ -27,7 +27,7 @@ esac ./autogen.sh CFLAGS="-Wall -Werror" ./configure $ARGS -make +make -j$(nproc) make install cat <<'EOF' >/usr/bin/lxc-test-share-ns -- 2.47.2