--- lbbs/.github/workflows/makefile.yml 2025/10/18 12:06:10 1.4 +++ lbbs/.github/workflows/makefile.yml 2025/11/17 12:47:41 1.7 @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v4 - name: autogen - run: sh autogen.sh + run: autoreconf --install --force - name: Install dependencies run: | @@ -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