diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 63ec632..0097ff1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,8 +29,8 @@ jobs: uses: actions/checkout@v4.1.1 with: fetch-depth: 0 + filter: tree:0 show-progress: false - submodules: recursive - name: Cache packages uses: actions/cache@v3.3.2 @@ -49,8 +49,8 @@ jobs: uses: actions/checkout@v4.1.1 with: fetch-depth: 0 + filter: tree:0 show-progress: false - submodules: recursive - name: Install dotnet uses: actions/setup-dotnet@v3.2.0 @@ -75,8 +75,8 @@ jobs: uses: actions/checkout@v4.1.1 with: fetch-depth: 0 + filter: tree:0 show-progress: false - submodules: recursive - name: Install dotnet uses: actions/setup-dotnet@v3.2.0 @@ -101,8 +101,8 @@ jobs: uses: actions/checkout@v4.1.1 with: fetch-depth: 0 + filter: tree:0 show-progress: false - submodules: recursive - name: Install dotnet uses: actions/setup-dotnet@v3.2.0