From ad40de1f0256bb514a1ee46e8025b4bcba3160e9 Mon Sep 17 00:00:00 2001 From: Carlos Asensio Martinez Date: Mon, 30 Oct 2023 00:42:24 +0100 Subject: [PATCH] Fix workflow file --- .github/workflows/cmake-multi-platform.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 112c398..6660093 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -25,14 +25,7 @@ jobs: matrix: os: [ubuntu-latest] build_type: [Release] - c_compiler: [gcc, clang, cl] - include: - - os: ubuntu-latest - c_compiler: gcc - cpp_compiler: g++ - - os: ubuntu-latest - c_compiler: clang - cpp_compiler: clang++ + c_compiler: [gcc, clang] steps: - uses: actions/checkout@v3