From bc1b711942bad10d93107bfab4e251bdfe83db1b Mon Sep 17 00:00:00 2001 From: vapormusic Date: Fri, 19 Aug 2022 21:26:17 +0700 Subject: [PATCH] clear ap cache --- .github/workflows/build-macos.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 052da01b..b8901fb5 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -48,6 +48,9 @@ jobs: - name: Setup Environment 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 run: | yarn install