--- lbbs/.github/workflows/makefile.yml 2025/10/18 12:06:10 1.4 +++ lbbs/.github/workflows/makefile.yml 2026/01/04 13:55:33 1.8 @@ -15,21 +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 - name: Run make - run: make V=1 + run: make - name: Run check run: make check