summaryrefslogtreecommitdiffstats
path: root/.github/workflows/windows.yml
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2021-05-12 10:42:46 -0400
committerRichard Levitte <levitte@openssl.org>2021-05-14 08:35:11 +0200
commitd0364dcc42b151cfc08d860efb15cd48d87302c6 (patch)
treeb0ab006adc348a626a559438d75a1d6a4f384bcf /.github/workflows/windows.yml
parentc65abf2213117eb5348a46fbc18f706aca052e85 (diff)
Add --banner config option
Use it in the automated workflows. Fixes: #15247 Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15248)
Diffstat (limited to '.github/workflows/windows.yml')
-rw-r--r--.github/workflows/windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 4a871bca4f..57962eef55 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -13,7 +13,7 @@ jobs:
- name: config
working-directory: _build
run: |
- perl ..\Configure no-makedepend no-bulk no-deprecated no-fips no-asm -DOPENSSL_SMALL_FOOTPRINT VC-WIN64A
+ perl ..\Configure --banner=Configured no-makedepend no-bulk no-deprecated no-fips no-asm -DOPENSSL_SMALL_FOOTPRINT VC-WIN64A
perl configdata.pm --dump
- name: build
working-directory: _build