From 9f1dda09ee8f03ad71398751d791e4eaf183148a Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Tue, 24 Dec 2024 17:16:02 +0200 Subject: [PATCH] ci: checkout complete repository to generate meaningful version header output its content before listing build directory as well --- .github/workflows/build-cmake.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-cmake.yml b/.github/workflows/build-cmake.yml index 9a2c5b331..077724dff 100644 --- a/.github/workflows/build-cmake.yml +++ b/.github/workflows/build-cmake.yml @@ -32,6 +32,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Install Dependencies shell: bash @@ -61,5 +63,6 @@ jobs: if: always() shell: bash run: | + cat build/expversion.h git status ls -lR build