mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-03-06 05:07:41 +00:00
Fix git describe not fetching version tag
This commit is contained in:
parent
14c2231500
commit
ed046aebf5
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -279,6 +279,8 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
# Doing this to ensure correct git-version generation.
|
||||
fetch-depth: 0
|
||||
submodules: false
|
||||
|
||||
- name: Fetch tests
|
||||
|
Loading…
x
Reference in New Issue
Block a user