mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
ci: tweak macOS CI checkout phase
Use the same parameters as for the koreader-base job (faster).
This commit is contained in:
committed by
Frans de Jonge
parent
54ded2c578
commit
7392dd2ad4
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user