mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
Add nproc to CMake workflow
This commit is contained in:
parent
b3bc871ea5
commit
b8bf2c2778
2
.github/workflows/cmake.yml
vendored
2
.github/workflows/cmake.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
# Build your program with the given configuration
|
||||
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
|
||||
run: cmake --build ${{github.workspace}}/build -j`nproc` --config ${{env.BUILD_TYPE}}
|
||||
|
||||
#- name: Test
|
||||
# working-directory: ${{github.workspace}}/build
|
||||
|
Loading…
x
Reference in New Issue
Block a user