ci: tweak macOS CI checkout phase

Use the same parameters as for the koreader-base job (faster).
Benoit Pierre 3 weeks ago
parent 48e70d72e5
commit 36661979d7

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

Loading…
Cancel
Save