Skip to content

Commit

Permalink
ci: checkout complete repository to generate meaningful version header
Browse files Browse the repository at this point in the history
output its content before listing build directory as well
  • Loading branch information
alexey-lysiuk committed Dec 24, 2024
1 parent 919e791 commit 9f1dda0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Install Dependencies
shell: bash
Expand Down Expand Up @@ -61,5 +63,6 @@ jobs:
if: always()
shell: bash
run: |
cat build/expversion.h
git status
ls -lR build

0 comments on commit 9f1dda0

Please sign in to comment.