chore: clean yarn cache

This commit is contained in:
Tienson Qin
2020-12-22 11:38:43 +08:00
parent e5964633d2
commit dc8c19d1a9

View File

@@ -66,7 +66,7 @@ jobs:
${{ runner.os }}-yarn-
- name: Fetch yarn deps
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn install --frozen-lockfile
run: yarn cache clean && yarn install --frozen-lockfile
- name: Run Clojure test
run: |