提交 bde54110 编写于 作者: T Tomas Mraz 提交者: Matt Caswell

run-checker-daily.yml: If the openssl app is not built do not run it

Reviewed-by: NTodd Short <todd.short@me.com>
Reviewed-by: NRichard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22443)
上级 f2c2857a
......@@ -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}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册