Module: monitoring-plugins Branch: RincewindsHat-patch-1 Commit: 305d1529f8a6a221eddf558710b89d5697fae6bc Author: Lorenz Kästle <lorenz.kaes...@netways.de> Date: Thu Mar 9 11:37:57 2023 +0100 URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=305d152
Remove make check and distcheck since they do not work, also more warnings --- .github/workflows/c-cpp.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 32383ee..6c8b63c 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -17,11 +17,7 @@ jobs: run: sudo apt-get install gettext - name: setup run: ./tools/setup - - name: configure + - name: CFLAGS="-Wall -Wextra -std=c90" configure run: ./configure - name: make run: make - - name: make check - run: make check - - name: make distcheck - run: make distcheck