summaryrefslogtreecommitdiff
path: root/.github/workflows/run-checker-daily.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/run-checker-daily.yml')
-rw-r--r--.github/workflows/run-checker-daily.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/run-checker-daily.yml b/.github/workflows/run-checker-daily.yml
index 9f0bc37db2..efe350c254 100644
--- a/.github/workflows/run-checker-daily.yml
+++ b/.github/workflows/run-checker-daily.yml
@@ -127,7 +127,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: config
- run: CC=clang ./config --strict-warnings ${{ matrix.opt }} && perl configdata.pm --dump
+ run: CC=clang ./config --banner=Configured --strict-warnings ${{ matrix.opt }} && perl configdata.pm --dump
- name: make
run: make -s -j4
- name: make test