chore: don't run yarn cache clean

This commit is contained in:
Tienson Qin
2024-03-18 21:54:58 +08:00
parent 9bc4821065
commit 9a59f07dc2

View File

@@ -33,7 +33,7 @@ jobs:
cli: ${{ env.CLOJURE_VERSION }}
- name: Fetch yarn deps
run: yarn cache clean && yarn install --frozen-lockfile
run: yarn install --frozen-lockfile
- name: Set Build Environment Variables
run: |