fix(aws-sdk-cpp)

use concurrency. so slow.
This commit is contained in:
Jacob Heider 2023-08-23 17:59:16 -04:00
parent cfc772130b
commit 772137833f
No known key found for this signature in database
GPG key ID: A98011B5713535BF

View file

@ -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
- |