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