[ci] Fix immutable cache breaking CI builds due to caching

This commit is contained in:
Laura Hausmann 2023-11-18 02:35:10 +01:00
parent 2231b9ca19
commit cca23bf5d9
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

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