diff --git a/.github/workflows/cmake_build.yml b/.github/workflows/cmake_build.yml index 1cef10f..3312dee 100644 --- a/.github/workflows/cmake_build.yml +++ b/.github/workflows/cmake_build.yml @@ -25,6 +25,7 @@ jobs: matrix: os: [ ubuntu-latest, windows-latest ] build_type: [ Release ] + cpp_compiler: [ g++, clang++, cl ] include: - os: windows-latest cpp_compiler: cl