Make conan run in parallel

Signed-off-by: JCW <a1q123456@users.noreply.github.com>
This commit is contained in:
JCW
2025-10-10 09:46:59 +01:00
parent f0fa60c9eb
commit a67772f073

View File

@@ -32,6 +32,7 @@ runs:
echo 'Installing dependencies.'
mkdir -p '${{ env.BUILD_DIR }}'
cd '${{ env.BUILD_DIR }}'
export CMAKE_BUILD_PARALLEL_LEVEL=$(nproc)
conan install \
--output-folder . \
--build=${{ env.BUILD_OPTION }} \