ci: build generated sources in GNU util-linux befere make check-programs (#560)

This commit is contained in:
Takumi Shimada
2026-05-25 16:23:51 +09:00
committed by GitHub
parent 9772b1ca77
commit 56f172f5ea
+1
View File
@@ -37,6 +37,7 @@ jobs:
cd gnu-util-linux
./autogen.sh
./configure
make libsmartcols/src/filter-parser.c libsmartcols/src/filter-scanner.c
make -j$(nproc) check-programs
- name: Download test baseline if exists
id: download-test-baseline