From cefc02b1270a10b2f63cd258badc4f6abd2879bb Mon Sep 17 00:00:00 2001 From: Jonas Weich Date: Wed, 19 Jun 2024 18:01:08 +0200 Subject: [PATCH] Add clang to matrix build --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index d22efa78..75008642 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - compiler: [g++] + compiler: [g++, clang++] steps: - uses: actions/checkout@v4