Skip to content

Commit

Permalink
nproc
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Bozarth <[email protected]>
  • Loading branch information
ajbozarth committed Nov 25, 2024
1 parent 489007f commit 4ed2950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/openssl3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
context: openssl3
platforms: ${{ matrix.platform }}
build-args: |
MAKE_DEFINES=-j4
MAKE_DEFINES=-j$(nproc)
${{ (github.event.inputs.build_main == 'true') && env.build-args || null }}
tags: oqs-ossl3

Expand Down

0 comments on commit 4ed2950

Please sign in to comment.