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.
This commit is contained in:
parent
b1fe12182b
commit
af68e7f618
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -258,7 +258,7 @@ jobs:
|
|||
working-directory: build/build
|
||||
run: |
|
||||
set -x
|
||||
make $SWIGJOBS
|
||||
make -s $SWIGJOBS
|
||||
./swig -version && ./swig -pcreversion
|
||||
|
||||
- name: Test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue