clear caches so builds aren't huge

This commit is contained in:
Anirudh Sevugan 2025-08-07 21:15:28 -05:00 committed by GitHub
parent df9557786d
commit 676efb060e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,6 +19,12 @@ jobs:
with:
node-version: 22
- name: Clean up caches
run: |
npm cache clean --force
rm -rf ~/Library/Caches/electron-builder
working-directory: simpliplay
- name: Install dependencies
run: npm install
working-directory: simpliplay