ci: tweak macOS CI checkout phase

Use the same parameters as for the koreader-base job (faster).
reviewable/pr11660/r2
Benoit Pierre 1 month ago
parent b2dcf60091
commit ad449b62a0

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