From 422a6414a3a06fe414956ecd2b1a4d7841939548 Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Tue, 14 May 2024 16:51:19 +0200 Subject: [PATCH] f --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index e4e5df3..c16c9df 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -74,7 +74,7 @@ jobs: set -x sudo apt-get update sudo apt-get -y -q --no-install-recommends install qtbase5-dev qtdeclarative5-dev libqt5qml5 libqt5quick5-gles libqt5svg5-dev autoconf autopoint gettext - export MAKEFLAGS="-j$(nproc)" + export MAKEFLAGS="-j$(($(nproc) + 1))" git submodule update --init aria2 git submodule update --init fluid git -C fluid submodule set-url features https://github.com/lirios/qmake-features.git