mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Use force when fetching tags from upstream, in case there are conflicting tags.
This commit is contained in:
@@ -59,7 +59,7 @@ jobs:
|
||||
run: |
|
||||
# TODO: should try to fetch tags from whereever this repo was forked from before fetching from official repo
|
||||
git remote add upstream https://github.com/hrydgard/ppsspp.git
|
||||
git fetch --deepen=15000 --no-recurse-submodules --tags upstream || exit 0
|
||||
git fetch --deepen=15000 --no-recurse-submodules --tags --force upstream || exit 0
|
||||
|
||||
- name: Create git-version.cpp for Windows # Not sure why the one at git-version-gen.cmd couldn't get the version properly.
|
||||
#if: github.ref_type == 'tag'
|
||||
|
||||
Reference in New Issue
Block a user