From 6321396473eca3b1d2b4f4352149a3e7ae878a6a Mon Sep 17 00:00:00 2001 From: Sebastiaan Fernandez <9631199+fernandezseb@users.noreply.github.com> Date: Sat, 23 Dec 2023 15:49:17 +0100 Subject: [PATCH] Update cmake-multi-platform.yml --- .github/workflows/cmake-multi-platform.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index ec288fd..1098e34 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -33,6 +33,9 @@ jobs: - os: ubuntu-latest c_compiler: gcc cpp_compiler: g++ + - os: ubuntu-latest + c_compiler: clang + cpp_compiler: clang++ exclude: - os: windows-latest c_compiler: gcc