mirror of https://github.com/cemu-project/Cemu.git
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
|
@ -185,10 +185,6 @@ jobs:
|
||||||
cd build
|
cd build
|
||||||
cmake .. ${{ env.BUILD_FLAGS }} -DCMAKE_BUILD_TYPE=${{ env.BUILD_MODE }}
|
cmake .. ${{ env.BUILD_FLAGS }} -DCMAKE_BUILD_TYPE=${{ env.BUILD_MODE }}
|
||||||
|
|
||||||
- name: "Free up space"
|
|
||||||
run: |
|
|
||||||
Remove-Item './dependencies/vcpkg/downloads' -Recurse
|
|
||||||
|
|
||||||
- name: "Build Cemu"
|
- name: "Build Cemu"
|
||||||
run: |
|
run: |
|
||||||
cd build
|
cd build
|
||||||
|
|
Loading…
Reference in New Issue