Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
illwieckz committed May 14, 2024
1 parent a1bdf86 commit 422a641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 422a641

Please sign in to comment.