mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fetch full Git history in CI C++ build
So that "git describe" can find the last tag.
This commit is contained in:
@@ -115,6 +115,8 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user