From e959d16acf32508350a0576cb251d779275cbfbf Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Fri, 3 Jun 2022 21:06:53 -0700 Subject: [PATCH] ci: shallow clone msvc600 [skip ci] Should somewhat speed up builds --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74965ab..8bc6ecd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - name: Install Visual C++ 6.0 run: | - git clone https://github.com/itsmattkc/MSVC600 + git clone --depth 1 https://github.com/itsmattkc/MSVC600 - name: Build shell: cmd