Fix V2
This commit is contained in:
parent
d7f412a928
commit
8ba497a375
|
@ -47,13 +47,11 @@ jobs:
|
|||
- run: |
|
||||
mkdir .yarncache
|
||||
yarn install --frozen-lockfile --cache-folder ./.yarncache
|
||||
rm -r .yarncache
|
||||
yarn cache clean
|
||||
- name: Remove and cache clean (Windows Only)
|
||||
if: startsWith(matrix.os, 'windows')
|
||||
shell: powershell
|
||||
run: |
|
||||
rm -r -Force .yarncache
|
||||
rm -Recurse -Force .yarncache
|
||||
yarn cache clean
|
||||
- name: Remove and cache clean
|
||||
if: "!startsWith(matrix.os, 'windows')"
|
||||
|
|
Loading…
Reference in New Issue