Skip to content

Commit

Permalink
Use own ccache-action, clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Oct 8, 2023
1 parent 758a208 commit 27539f2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ runs:
shell: bash

- name: Install ccache
uses: hendrikmuhs/ccache-action@v1.2.10
uses: krlmlr/ccache-action@parallel-dir
with:
max-size: 10G
verbose: 1
Expand All @@ -110,4 +110,8 @@ runs:
# mkdir -p $(dirname $(pwd))/.ccache-debug
echo 'PKG_BUILD_EXTRA_FLAGS=false' | tee -a $GITHUB_ENV
# Repair
git rm -rf .ccache || true
rm -rf .ccache
shell: bash

0 comments on commit 27539f2

Please sign in to comment.