mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(aws-sdk-cpp)
use concurrency. so slow.
This commit is contained in:
parent
cfc772130b
commit
772137833f
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ build:
|
|||
- git submodule update --init --recursive
|
||||
|
||||
- cmake -S . -B build $ARGS
|
||||
- cmake --build build
|
||||
- cmake --build build -j {{hw.concurrency}}
|
||||
- cmake --install build
|
||||
|
||||
- |
|
||||
|
|
Loading…
Reference in a new issue