From ede1afd3ee223704676a2642c04321d20ad6d6a4 Mon Sep 17 00:00:00 2001 From: Exzap <13877693+Exzap@users.noreply.github.com> Date: Wed, 24 Aug 2022 08:28:06 +0200 Subject: [PATCH] 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 --- .github/workflows/build.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dd79d4ab..f8399971 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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