--- lbbs/.github/workflows/makefile.yml 2025/07/16 06:02:07 1.3 +++ lbbs/.github/workflows/makefile.yml 2025/11/17 12:47:41 1.7 @@ -15,15 +15,18 @@ jobs: - uses: actions/checkout@v4 - name: autogen - run: sh autogen.sh + run: autoreconf --install --force - name: Install dependencies run: | 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 --disable-silent-rules - name: Run make run: make