From: Richard Levitte Date: Tue, 27 Apr 2021 09:23:12 +0000 (+0200) Subject: [TEMPORARY] make 'make update' verbose in ci.yml X-Git-Tag: openssl-3.0.0-alpha16~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f97bc7c4240ba370c323c0d753d9d97f7a7c89bf;p=thirdparty%2Fopenssl.git [TEMPORARY] make 'make update' verbose in ci.yml Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/8871) --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b52f79a606..e37c7f54d8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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