mirror of
https://github.com/LukeFZ/Il2CppInspectorRedux.git
synced 2026-01-24 03:29:39 +05:00
try to improve workflow clone times by excluding tests folder, add copyright to build props
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user