mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-21 16:33:48 +01:00
[ci] Fix immutable cache breaking CI builds due to caching
This commit is contained in:
parent
2231b9ca19
commit
cca23bf5d9
@ -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 New Issue
Block a user