explicitly specify required directories for each build job

This commit is contained in:
LukeFZ
2025-12-15 05:28:48 +01:00
parent f8436517dc
commit c3cc327feb

View File

@@ -14,8 +14,13 @@ jobs:
with:
submodules: true
sparse-checkout: |
'!Il2CppTests/*'
'/*'
'Bin2Object'
'VersionedSerialization'
'VersionedSerialization.Generator'
'Il2CppInspector.Common'
'Il2CppInspector.Redux.FrontendCore'
'Il2CppInspector.Redux.GUI'
'Il2CppInspector.Redux.GUI.UI'
- name: Setup .NET SDK
uses: actions/setup-dotnet@v4
@@ -83,8 +88,12 @@ jobs:
with:
submodules: true
sparse-checkout: |
'!Il2CppTests/*'
'/*'
'Bin2Object'
'VersionedSerialization'
'VersionedSerialization.Generator'
'Il2CppInspector.Common'
'Il2CppInspector.Redux.FrontendCore'
'Il2CppInspector.Redux.CLI'
- name: Setup .NET SDK ${{ matrix.dotnet-version }}
uses: actions/setup-dotnet@v4
@@ -119,8 +128,11 @@ jobs:
with:
submodules: true
sparse-checkout: |
'!Il2CppTests/*'
'/*'
'Bin2Object'
'VersionedSerialization'
'VersionedSerialization.Generator'
'Il2CppInspector.Common'
'Il2CppInspector.GUI'
- name: Setup .NET SDK
uses: actions/setup-dotnet@v4
@@ -158,8 +170,11 @@ jobs:
with:
submodules: true
sparse-checkout: |
'!Il2CppTests/*'
'/*'
'Bin2Object'
'VersionedSerialization'
'VersionedSerialization.Generator'
'Il2CppInspector.Common'
'Il2CppInspector.CLI'
- name: Setup .NET SDK ${{ matrix.dotnet-version }}
uses: actions/setup-dotnet@v4