mirror of
https://github.com/cemu-project/Cemu.git
synced 2024-11-21 16:49:19 +01:00
CI: Remove unnecessary step to free space
There is currently an issue where building from scratch causes the Windows CI machine to run out of disk space. Since it works when the job is re-run with cached packages we'll just leave it at that for now
This commit is contained in:
parent
0507e1ac89
commit
ede1afd3ee
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -185,10 +185,6 @@ jobs:
|
||||
cd build
|
||||
cmake .. ${{ env.BUILD_FLAGS }} -DCMAKE_BUILD_TYPE=${{ env.BUILD_MODE }}
|
||||
|
||||
- name: "Free up space"
|
||||
run: |
|
||||
Remove-Item './dependencies/vcpkg/downloads' -Recurse
|
||||
|
||||
- name: "Build Cemu"
|
||||
run: |
|
||||
cd build
|
||||
|
Loading…
Reference in New Issue
Block a user