--- lbbs/.github/workflows/makefile.yml 2025/07/16 06:02:07 1.3 +++ lbbs/.github/workflows/makefile.yml 2025/11/16 13:36:52 1.5 @@ -22,11 +22,14 @@ jobs: sudo apt-get update sudo apt-get install -y libssh-dev libsystemd-dev + - name: Display GCC version + run: gcc -v + - name: configure - run: ./configure + run: ./configure --enable-systemd - name: Run make - run: make + run: make V=1 - name: Run check run: make check