From af68e7f61808cddf5ca55c4fe4138f6a8cf0fe37 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Wed, 13 Oct 2021 12:03:20 +0100 Subject: [PATCH] GHA: Restore silent flag to building SWIG There is too much cruft to wade through to find compiler warnings. I check these once in a while for all compilers. We could alternatively use -Werr, but at the risk of more broken builds. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f0bf68377..4b4a03673 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -258,7 +258,7 @@ jobs: working-directory: build/build run: | set -x - make $SWIGJOBS + make -s $SWIGJOBS ./swig -version && ./swig -pcreversion - name: Test