From 0a59833b37e17eb3c833d5c76b80767b713d00cd Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Tue, 9 Jul 2024 20:45:43 +0300 Subject: [PATCH] Update Hydra_Build.yml --- .github/workflows/Hydra_Build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Hydra_Build.yml b/.github/workflows/Hydra_Build.yml index 3ccf4c33..b177bd3c 100644 --- a/.github/workflows/Hydra_Build.yml +++ b/.github/workflows/Hydra_Build.yml @@ -40,7 +40,7 @@ jobs: - name: Configure CMake (Again) run: | - rmdir ${{github.workspace}}/build + rm -r -fo ${{github.workspace}}/build cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DENABLE_USER_BUILD=ON -DBUILD_LIBRETRO_CORE=ON - name: Build (Again)