From cca23bf5d9694e023bb66f30e5e3955e812d6d5d Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Sat, 18 Nov 2023 02:35:10 +0100 Subject: [PATCH] [ci] Fix immutable cache breaking CI builds due to caching --- .forgejo/workflows/test-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |