mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Manual apk workflow too.
This commit is contained in:
@@ -38,7 +38,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 # fetching from official repo as a fallback
|
||||
git fetch --deepen=15000 --no-recurse-submodules --tags upstream || exit 0
|
||||
git fetch --deepen=15000 --no-recurse-submodules --tags --force upstream || exit 0
|
||||
|
||||
- name: Setup JDK
|
||||
uses: actions/setup-java@v4
|
||||
|
||||
Reference in New Issue
Block a user