Skip to content

Commit

Permalink
run-checker-daily.yml: If the openssl app is not built do not run it
Browse files Browse the repository at this point in the history
Reviewed-by: Todd Short <todd.short@me.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from #22443)
  • Loading branch information
t8m authored and mattcaswell committed Oct 23, 2023
1 parent f2c2857 commit bde5411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-checker-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,6 @@ jobs:
- name: get cpu info
run: |
cat /proc/cpuinfo
./util/opensslwrap.sh version -c
if [ -x apps/openssl ] ; then ./util/opensslwrap.sh version -c ; fi
- name: make test
run: make test HARNESS_JOBS=${HARNESS_JOBS:-4}

0 comments on commit bde5411

Please sign in to comment.