From efd1afc6b853d195f4d81f6120cac22c35c88439 Mon Sep 17 00:00:00 2001 From: bfredl Date: Tue, 14 May 2024 11:28:27 +0200 Subject: [PATCH] gimme config --- .github/workflows/test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d0ee18ab73..4033a80fdf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,7 +48,10 @@ jobs: cmake -S cmake.deps -B .deps -G Ninja cmake --build .deps - - run: cmake -B build -G Ninja -D CI_LINT=ON + - run: | + cmake -B build -G Ninja -D CI_LINT=ON + echo "======= CONFIGZEIT" + cat build/cmake.config/auto/config.h - if: "!cancelled()" name: Determine if run should be aborted