ci: tweak macOS CI checkout phase

Use the same parameters as for the koreader-base job (faster).
This commit is contained in:
Benoit Pierre
2024-04-11 00:11:10 +02:00
committed by Frans de Jonge
parent 54ded2c578
commit 7392dd2ad4

View File

@@ -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