From e3bfb971cae6c5c41346b071c862f11cd8a36729 Mon Sep 17 00:00:00 2001 From: Sean Fausett Date: Sun, 14 Jan 2024 08:47:57 +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 174ba7a1..becba55e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,8 +22,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.3