Try to workaround git tag fetch failure

This commit is contained in:
Vitaly Cheptsov 2021-09-17 00:50:30 +03:00 committed by GitHub
parent 82249ce9a7
commit c8204a24ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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