[TEMPORARY] make 'make update' verbose in ci.yml

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8871)
This commit is contained in:
Richard Levitte 2021-04-27 11:23:12 +02:00
parent 49f699b54d
commit f97bc7c424

View File

@ -25,7 +25,7 @@ jobs:
- name: make build_generated
run: make -s build_generated
- name: make update
run: make -s update
run: make update
- name: git diff
run: git diff --exit-code