Skip to content

Commit

Permalink
Fix CPM
Browse files Browse the repository at this point in the history
  • Loading branch information
fdr400 committed Jan 6, 2025
1 parent 661feb8 commit 6c49d6e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@ jobs:
- name: Setup ccache
shell: alpine.sh --root {0}
run: |
echo "Cached CPM packages:"
ls -lha ${{env.CPM_SOURCE_CACHE}}
for d in $(ls ${{env.CPM_SOURCE_CACHE}})
do
git config --global --add safe.directory ${{env.CPM_SOURCE_CACHE}}/$d
done
ccache -M 2.0GB
ccache -s -v
Expand Down

0 comments on commit 6c49d6e

Please sign in to comment.