From 21a988715e39e0fc190180612adf7b42546b22bf Mon Sep 17 00:00:00 2001 From: Sean Fausett Date: Sat, 21 Oct 2023 14:09:59 +1300 Subject: [PATCH] Enable checkout treeless partial clone https://github.com/actions/checkout/pull/1396 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 802a380..47fcd68 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,8 +25,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