Skip to content

Commit

Permalink
Fix GitHub actions not loading git tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Semphriss committed May 28, 2024
1 parent 3650bea commit c9946ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # For git describe

- name: Install clickable
run: pip3 install --user --upgrade clickable-ut
Expand Down

0 comments on commit c9946ed

Please sign in to comment.