diff --git a/.forgejo/workflows/test-build.yaml b/.forgejo/workflows/test-build.yaml index e45aa8f1c..40a35e831 100644 --- a/.forgejo/workflows/test-build.yaml +++ b/.forgejo/workflows/test-build.yaml @@ -20,7 +20,7 @@ jobs: run: | cd /iceshrimp cp -Tr /iceshrimp-caches/yarn .yarn - yarn --immutable --immutable-cache + yarn --immutable rm -rf /iceshrimp-caches/yarn/* && cp -Tr .yarn /iceshrimp-caches/yarn - name: Build the shrimp run: |