Tienson Qin пре 5 година
родитељ
комит
dc8c19d1a9
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .github/workflows/build.yml

+ 1 - 1
.github/workflows/build.yml

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