diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index fe4c701..e5dd873 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -68,6 +68,7 @@ jobs: - name: Configure CMake # Note the current configuration is for a basic C++ project. You'll need to update this for your specific needs. + shell: bash run: | if [[ "${{ matrix.os }}" == "windows-latest" ]]; then cmake -B ${{ github.workspace }} ${{matrix.ninja}} -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -DCMAKE_C_COMPILER=cl -DCMAKE_CXX_COMPILER=cl -S ${{ github.workspace }}