Skip to content

Commit

Permalink
Fetch more commits
Browse files Browse the repository at this point in the history
So that `git describe` works.

Signed-off-by: Nicolas Bock <[email protected]>
  • Loading branch information
nicolasbock committed May 7, 2024
1 parent 9cfc677 commit 10adcc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-and-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:

- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Test and Build
run: make all

0 comments on commit 10adcc3

Please sign in to comment.