Skip to content

Commit 5b0b79d

Browse files
committed
Use own ccache-action, clean up
1 parent 838b2a0 commit 5b0b79d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/install/action.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ runs:
8585
shell: bash
8686

8787
- name: Install ccache
88-
uses: hendrikmuhs/ccache-action@v1.2.10
88+
uses: krlmlr/ccache-action@parallel-dir
8989
with:
9090
max-size: 10G
9191
verbose: 1
@@ -110,4 +110,8 @@ runs:
110110
# mkdir -p $(dirname $(pwd))/.ccache-debug
111111
112112
echo 'PKG_BUILD_EXTRA_FLAGS=false' | tee -a $GITHUB_ENV
113+
114+
# Repair
115+
git rm -rf .ccache || true
116+
rm -rf .ccache
113117
shell: bash

0 commit comments

Comments
 (0)