--- lbbs/.github/workflows/makefile.yml 2025/11/16 13:36:52 1.5 +++ lbbs/.github/workflows/makefile.yml 2025/11/17 03:55:49 1.6 @@ -26,10 +26,10 @@ jobs: run: gcc -v - name: configure - run: ./configure --enable-systemd + run: ./configure --enable-systemd --disable-silent-rules - name: Run make - run: make V=1 + run: make - name: Run check run: make check