try to improve workflow clone times by excluding tests folder, add copyright to build props

This commit is contained in:
LukeFZ
2025-12-15 05:18:06 +01:00
parent e25ea95ec6
commit d3d5ea4834
3 changed files with 8 additions and 5 deletions

View File

@@ -10,9 +10,12 @@ jobs:
platform: ['windows-latest']
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
submodules: true
sparse-checkout: |
'!Il2CppTests/*'
'/*'
- name: Setup .NET SDK
uses: actions/setup-dotnet@v4