CI: Update workflows for better use of make. Thanks to @urbasus for original suggestion. (#359)
This commit is contained in:
2
.github/workflows/cmake.yml
vendored
2
.github/workflows/cmake.yml
vendored
@@ -57,4 +57,4 @@ jobs:
|
||||
working-directory: ${{github.workspace}}/pico-examples/build
|
||||
shell: bash
|
||||
# Execute the build. You can specify a specific target with "--target <NAME>"
|
||||
run: cmake --build . --config $BUILD_TYPE --parallel ${{steps.core_count.outputs.output}}
|
||||
run: cmake --build . --config $BUILD_TYPE --parallel $(nproc)
|
||||
|
||||
Reference in New Issue
Block a user