We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9363574 commit ade1c9eCopy full SHA for ade1c9e
.github/workflows/cmake.yml
@@ -381,4 +381,4 @@ jobs:
381
-DUR_FORMAT_CPP_STYLE=ON
382
-DUMF_ENABLE_POOL_TRACKING=ON
383
- name: Build
384
- run: cmake --build ${{github.workspace}}/build -j $(nproc)
+ run: cmake --build ${{github.workspace}}/build -j $(sysctl -n hw.logicalcpu)
0 commit comments