Remove airtunes cache
[ci skip]
This commit is contained in:
parent
c30e0a2e25
commit
8c4bc623f0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-macos.yml
vendored
2
.github/workflows/build-macos.yml
vendored
|
@ -52,7 +52,7 @@ jobs:
|
|||
echo "APP_VERSION=$(node -p -e 'require("./package.json").version')" >>$GITHUB_ENV
|
||||
|
||||
- name: Clear node_airtunes2 cache
|
||||
run: rm -rf ~/.pnpm-store/tmp/cf5bc2de2629636ca224995234b8eaa1 || true
|
||||
run: rm -rf ~/Library/pnpm/store/v3/tmp/cf5bc2de2629636ca224995234b8eaa1 || true
|
||||
|
||||
- name: Sign in to EVS
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue