ci: shallow clone msvc600 [skip ci]

Should somewhat speed up builds
This commit is contained in:
itsmattkc 2022-06-03 21:06:53 -07:00
parent e5d767b50c
commit e959d16acf

View file

@ -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