mirror of
https://github.com/isledecomp/LEGOIslandRebuilder.git
synced 2024-11-27 01:25:36 -05:00
ci: shallow clone msvc600 [skip ci]
Should somewhat speed up builds
This commit is contained in:
parent
e5d767b50c
commit
e959d16acf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue