clear ap cache

This commit is contained in:
vapormusic 2022-08-19 21:26:17 +07:00
parent 8ea5ff2a3f
commit bc1b711942

View file

@ -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