mirror of https://github.com/cemu-project/Cemu.git
Update build.yml
This commit is contained in:
parent
d60742f52b
commit
a3419ce5fe
|
@ -187,7 +187,7 @@ jobs:
|
|||
|
||||
- name: "Free up space"
|
||||
run: |
|
||||
rmdir "./dependencies/vcpkg/downloads" /S /Q
|
||||
Remove-Item './dependencies/vcpkg/downloads' -Recurse
|
||||
|
||||
- name: "Build Cemu"
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue