From d47422a05aa38945a4554299ff44b2765ce616b1 Mon Sep 17 00:00:00 2001 From: Stuart Millman Date: Fri, 24 Nov 2023 21:27:32 +0000 Subject: [PATCH] Fix github action? --- .github/workflows/cmake_build.yml | 1 + 1 file changed, 1 insertion(+) 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