Skip to content

Commit a5ee2eb

Browse files
committed
FIX | workflow (cpu amount)
1 parent 2720f0d commit a5ee2eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/conan_build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
run: cmake --preset conan-release -DMANAPIHTTP_ENABLE_TESTS=ON -DMANAPIHTTP_DISABLE_TRACE_HARD=ON -DMANAPIHTTP_STD_BACKTRACE_DEPENDENCY=OFF
9898

9999
- name: Build
100-
run: cmake --build build/Release -j10
100+
run: cmake --build build/Release -j4
101101

102102
- name: Run unit tests
103103
run: ctest --output-on-failure -C Release

0 commit comments

Comments
 (0)