mirror of
https://github.com/libretro/libretro-super
synced 2024-11-28 20:14:22 +00:00
Use shallow clone instead of full checkout
This commit is contained in:
parent
ec78816599
commit
f89cf81941
@ -45,7 +45,7 @@ fetch_project()
|
||||
git pull
|
||||
cd ..
|
||||
else
|
||||
git clone "$1" "$2"
|
||||
git clone --depth 1 "$1" "$2"
|
||||
fi
|
||||
echo "=== Fetched ==="
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user