mirror of
https://github.com/LukeFZ/Il2CppInspectorRedux.git
synced 2026-01-24 11:39:45 +05:00
explicitly specify required directories for each build job
This commit is contained in:
31
.github/workflows/build.yml
vendored
31
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user