diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 3ee332e..eb25681 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -59,7 +59,6 @@ jobs: - name: Configure CMake run: | - # Run cmake in the current directory with the desired flags cmake -DCMAKE_BUILD_TYPE=Release -DwxBUILD_SHARED=OFF \ -DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }} -DCMAKE_C_COMPILER=${{ matrix.c_compiler }} \ -B ${{ github.workspace }}/build -S ${{ github.workspace }}