Skip to content

Commit 83ca24b

Browse files
committed
GHActions: Clean old stuff out of ccache
1 parent 92914ce commit 83ca24b

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/linux_build_qt.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,12 @@ jobs:
163163
working-directory: ./build
164164
run: ninja unittests
165165

166+
- name: Clean Caches
167+
run: |
168+
ccache -s
169+
ccache --evict-older-than 7d
170+
ccache -s
171+
166172
- name: Package AppImage
167173
if: inputs.buildAppImage == true
168174
env:

.github/workflows/macos_build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,12 @@ jobs:
164164
working-directory: build
165165
run: make -j$(getconf _NPROCESSORS_ONLN) unittests
166166

167+
- name: Clean Caches
168+
run: |
169+
ccache -s
170+
ccache --evict-older-than 7d
171+
ccache -s
172+
167173
- name: Prepare Build Artifacts
168174
run: |
169175
mv build/pcsx2*/PCSX2.app PCSX2.app

0 commit comments

Comments
 (0)