--- lbbs/.github/workflows/makefile.yml 2025/11/17 12:47:41 1.7 +++ lbbs/.github/workflows/makefile.yml 2026/01/18 09:14:35 1.9 @@ -2,9 +2,9 @@ name: Makefile CI on: push: - branches: [ "main" ] + branches: [ "v1.7" ] pull_request: - branches: [ "main" ] + branches: [ "v1.7" ] jobs: build: @@ -22,11 +22,8 @@ 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 --enable-systemd --disable-silent-rules + run: ./configure - name: Run make run: make