diff --git a/.github/workflows/cmake-conan.yml b/.github/workflows/cmake-conan.yml index e7e4cd4..51fd802 100644 --- a/.github/workflows/cmake-conan.yml +++ b/.github/workflows/cmake-conan.yml @@ -18,23 +18,6 @@ jobs: os: [ubuntu-latest] build_type: [Release, Debug] c_compiler: [gcc, clang] - include: - - os: ubuntu-latest - c_compiler: gcc - cpp_compiler: g++ - build_type: Release - - os: ubuntu-latest - c_compiler: gcc - cpp_compiler: g++ - build_type: Debug - - os: ubuntu-latest - c_compiler: clang - cpp_compiler: clang++ - build_type: Release - - os: ubuntu-latest - c_compiler: clang - cpp_compiler: clang++ - build_type: Debug steps: - uses: actions/checkout@v3 @@ -94,4 +77,4 @@ jobs: uses: jidicula/clang-format-action@v4.11.0 with: clang-format-version: '15' - check-path: 'test' \ No newline at end of file + check-path: 'test'