Skip to content

Commit

Permalink
eval
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Bozarth <[email protected]>
  • Loading branch information
ajbozarth committed Nov 21, 2024
1 parent b973911 commit 1f6733a
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 @@ -47,7 +47,7 @@ jobs:
platforms: ${{ matrix.platform }}
build-args: |
MAKE_DEFINES=-j4
${{ github.event.inputs.build_main == true && env.build-args || null }}
${{ github.event.inputs.build_main && env.build-args || null }}
tags: oqs-ossl3

- name: Spot-test - One baseline and one hybrid QSC alg
Expand Down

0 comments on commit 1f6733a

Please sign in to comment.