1
0
Fork 0
mirror of https://github.com/ppy/osu-tools.git synced 2025-06-09 17:44:46 +09:00

Remove depth definition

This commit is contained in:
smoogipoo 2020-03-06 22:26:30 +09:00
parent f1cbf12cc6
commit 4e5d7bbf34

View file

@ -3,6 +3,6 @@ version: '{branch}-{build}'
image: Visual Studio 2019
test: off
install:
- cmd: git submodule update --init --recursive --depth=5
- cmd: git submodule update --init --recursive
build_script:
- cmd: PowerShell -Version 2.0 .\build.ps1