clear ap cache
This commit is contained in:
parent
8ea5ff2a3f
commit
bc1b711942
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build-macos.yml
vendored
3
.github/workflows/build-macos.yml
vendored
|
@ -48,6 +48,9 @@ jobs:
|
||||||
- name: Setup Environment
|
- name: Setup Environment
|
||||||
run: brew install automake #libtool autoconf
|
run: brew install automake #libtool autoconf
|
||||||
|
|
||||||
|
- name: Clear node_airtunes2 cache
|
||||||
|
run: sudo rm -rf /Users/runner/Library/Caches/Yarn/v6/.tmp/cf5bc2de2629636ca224995234b8eaa1 || true
|
||||||
|
|
||||||
- name: Install and Configure Node Modules
|
- name: Install and Configure Node Modules
|
||||||
run: |
|
run: |
|
||||||
yarn install
|
yarn install
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue