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