mirror of
https://github.com/A-Star100/simpliplay-desktop.git
synced 2025-09-17 22:29:38 +00:00
clear caches so builds aren't huge
This commit is contained in:
parent
df9557786d
commit
676efb060e
6
.github/workflows/build-macos.yml
vendored
6
.github/workflows/build-macos.yml
vendored
@ -19,6 +19,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 22
|
node-version: 22
|
||||||
|
|
||||||
|
- name: Clean up caches
|
||||||
|
run: |
|
||||||
|
npm cache clean --force
|
||||||
|
rm -rf ~/Library/Caches/electron-builder
|
||||||
|
working-directory: simpliplay
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
working-directory: simpliplay
|
working-directory: simpliplay
|
||||||
|
Loading…
Reference in New Issue
Block a user