mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 07:05:10 +00:00
chore: clean yarn cache
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user