mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Try to workaround git tag fetch failure
This commit is contained in:
parent
82249ce9a7
commit
c8204a24ec
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -184,7 +184,7 @@ jobs:
|
||||
if: runner.os == 'macOS'
|
||||
# This is required for git describe --always to work for git-version.cpp.
|
||||
run: |
|
||||
git fetch --deepen=15000 --tags
|
||||
git fetch --deepen=15000 --tags || exit 0
|
||||
|
||||
- name: Cache Qt
|
||||
uses: actions/cache@v1
|
||||
|
Loading…
Reference in New Issue
Block a user