From d2bd777d06e475160b39e8102d8bcedf66d8fd9c Mon Sep 17 00:00:00 2001 From: ak5k <42914711+ak5k@users.noreply.github.com> Date: Wed, 3 Jan 2024 09:03:42 +0200 Subject: [PATCH] Update CMake configuration for multi-platform support --- .github/workflows/cmake-multi-platform.yml | 1 + 1 file changed, 1 insertion(+) 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 }}