summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/coverage.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 7412e4b4..3da96eb0 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -68,7 +68,7 @@ jobs:
wine32
- name: Unshallow Git clone
run: |
- git fetch --tags --unshallow origin # for "git describe" in coverage.sh
+ git fetch --force --tags --unshallow origin # for "git describe" in coverage.sh
- name: Collect test coverage
env:
MODE: coverage-sh