From 305d1529f8a6a221eddf558710b89d5697fae6bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20K=C3=A4stle?= Date: Thu, 9 Mar 2023 11:37:57 +0100 Subject: Remove make check and distcheck since they do not work, also more warnings 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 -- cgit v0.10-9-g596f