mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-03 17:35:51 +00:00
Make conan run in parallel
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
This commit is contained in:
1
.github/actions/build-deps/action.yml
vendored
1
.github/actions/build-deps/action.yml
vendored
@@ -32,6 +32,7 @@ runs:
|
|||||||
echo 'Installing dependencies.'
|
echo 'Installing dependencies.'
|
||||||
mkdir -p '${{ env.BUILD_DIR }}'
|
mkdir -p '${{ env.BUILD_DIR }}'
|
||||||
cd '${{ env.BUILD_DIR }}'
|
cd '${{ env.BUILD_DIR }}'
|
||||||
|
export CMAKE_BUILD_PARALLEL_LEVEL=$(nproc)
|
||||||
conan install \
|
conan install \
|
||||||
--output-folder . \
|
--output-folder . \
|
||||||
--build=${{ env.BUILD_OPTION }} \
|
--build=${{ env.BUILD_OPTION }} \
|
||||||
|
|||||||
Reference in New Issue
Block a user