mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 02:25:52 +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.'
|
||||
mkdir -p '${{ env.BUILD_DIR }}'
|
||||
cd '${{ env.BUILD_DIR }}'
|
||||
export CMAKE_BUILD_PARALLEL_LEVEL=$(nproc)
|
||||
conan install \
|
||||
--output-folder . \
|
||||
--build=${{ env.BUILD_OPTION }} \
|
||||
|
||||
Reference in New Issue
Block a user