From f42e25b3be666fe6912f23a85c37043c77c61773 Mon Sep 17 00:00:00 2001 From: Jonas Weich Date: Sat, 22 Jun 2024 14:56:25 +0200 Subject: [PATCH] Add clang to matrix build (#221) --- .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