Newer commit to fix git clone, and back to 1.11.3 manually

This commit is contained in:
out 2021-04-23 21:46:22 +08:00
parent 1dbc0bfdab
commit 9c342dbbfe

View file

@ -62,8 +62,13 @@
{ {
"type": "git", "type": "git",
"url": "https://github.com/hrydgard/ppsspp.git", "url": "https://github.com/hrydgard/ppsspp.git",
"tag": "v1.11.3", "commit": "036efc24ae3367dc88c5e4455ab493556babe454"
"disable-shallow-clone": true },
{
"type": "shell",
"commands": [
"git checkout v1.11.3"
]
}, },
{ {
"type": "script", "type": "script",