From c3cc327febce830ed019ce65bfc90fe48ecb4322 Mon Sep 17 00:00:00 2001 From: LukeFZ <17146677+LukeFZ@users.noreply.github.com> Date: Mon, 15 Dec 2025 05:28:48 +0100 Subject: [PATCH] explicitly specify required directories for each build job --- .github/workflows/build.yml | 31 +++++++++++++++++++++++-------- 1 file changed, 23 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 40959c1..6c1d1b9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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