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:
Exzap 2022-08-24 08:28:06 +02:00 committed by GitHub
parent 0507e1ac89
commit ede1afd3ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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