mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-21 17:37:29 -07:00
[ci] Fix immutable cache breaking CI builds due to caching
This commit is contained in:
parent
2231b9ca19
commit
cca23bf5d9
1 changed files with 1 additions and 1 deletions
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue