mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
ci/macos: bump ccache version to 4.10.2
This commit is contained in:
committed by
Frans de Jonge
parent
83d14ad77f
commit
eaea029f50
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -128,9 +128,9 @@ jobs:
|
||||
- name: Install ccache
|
||||
if: steps.build-restore.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
wget --progress=dot:mega https://github.com/ccache/ccache/releases/download/v4.9.1/ccache-4.9.1-darwin.tar.gz
|
||||
tar xf ccache-4.9.1-darwin.tar.gz
|
||||
printf '%s\n' "$PWD/ccache-4.9.1-darwin" >>"${GITHUB_PATH}"
|
||||
wget --progress=dot:mega https://github.com/ccache/ccache/releases/download/v4.10.2/ccache-4.10.2-darwin.tar.gz
|
||||
tar xf ccache-4.10.2-darwin.tar.gz
|
||||
printf '%s\n' "$PWD/ccache-4.10.2-darwin" >>"${GITHUB_PATH}"
|
||||
|
||||
- name: Setup build cache
|
||||
if: steps.build-restore.outputs.cache-hit != 'true'
|
||||
|
||||
Reference in New Issue
Block a user