From 36661979d729ea2c23860fba7a1220d4c5476e3c Mon Sep 17 00:00:00 2001 From: Benoit Pierre Date: Thu, 11 Apr 2024 00:11:10 +0200 Subject: [PATCH] ci: tweak macOS CI checkout phase Use the same parameters as for the koreader-base job (faster). --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d9af051d9..b15df5850 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,10 @@ jobs: - name: Check out Git repository uses: actions/checkout@v4 with: + clean: false fetch-depth: 0 + filter: tree:0 + show-progress: false - name: Homebrew install dependencies # Compared to the README, adds ccache for faster compilation times