From 8f641f89fe53fa0e0413e7af0251595c989edd9d Mon Sep 17 00:00:00 2001 From: Roushan Kumar Singh <158602016+github-roushan@users.noreply.github.com> Date: Sat, 8 Mar 2025 23:33:32 +0530 Subject: [PATCH] Update cortex-cpp-quality-gate.yml Checking vcpkg error --- .github/workflows/cortex-cpp-quality-gate.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cortex-cpp-quality-gate.yml b/.github/workflows/cortex-cpp-quality-gate.yml index 39c5e7b42..9b6f708c6 100644 --- a/.github/workflows/cortex-cpp-quality-gate.yml +++ b/.github/workflows/cortex-cpp-quality-gate.yml @@ -102,6 +102,12 @@ jobs: run: | cd engine make configure-vcpkg + + - name: Clean vcpkg directory + if: runner.os = 'Linux' + run: | + cd engine + rm -rf vcpkg - name: Configure vcpkg linux amd64 if: runner.os != 'Linux' @@ -603,4 +609,4 @@ jobs: docker logs cortex docker stop cortex docker rm cortex - echo "y\n" | docker system prune -af \ No newline at end of file + echo "y\n" | docker system prune -af