aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build-extra.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build-extra.yml')
-rw-r--r--.github/workflows/build-extra.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-extra.yml b/.github/workflows/build-extra.yml
index e32f827e1..c2b035e11 100644
--- a/.github/workflows/build-extra.yml
+++ b/.github/workflows/build-extra.yml
@@ -105,7 +105,7 @@ jobs:
105 --enable-selinux 105 --enable-selinux
106 || (cat config.log; exit 1) 106 || (cat config.log; exit 1)
107 - name: scan-build 107 - name: scan-build
108 run: NO_EXTRA_CFLAGS="yes" scan-build-14 --status-bugs make 108 run: scan-build-14 --status-bugs make
109 cppcheck: 109 cppcheck:
110 runs-on: ubuntu-22.04 110 runs-on: ubuntu-22.04
111 steps: 111 steps: