--- lbbs/.github/workflows/makefile.yml 2025/10/18 12:06:10 1.4 +++ 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 + run: ./configure --enable-systemd --disable-silent-rules - name: Run make - run: make V=1 + run: make - name: Run check run: make check