diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aae2dd6..709bb49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -115,6 +115,11 @@ jobs: sudo apt-get install -y unzip if: runner.os == 'Linux' + # Ensure build directory exists properly + - name: Initialize Build Directory + shell: bash + run: rm -rf "${{github.workspace}}/build" && mkdir -p "${{github.workspace}}/build/CMakeFiles" + # Configure CMake - name: Configure CMake run: >