From 43354090e98c4d08741f484d1f175be3817e25ee Mon Sep 17 00:00:00 2001 From: "Jonathan M. Waldrop" Date: Tue, 25 Jun 2024 13:39:53 -0500 Subject: [PATCH] test clang build --- .github/workflows/pull_request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index ee2b658b..31fd3f9d 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -26,6 +26,6 @@ jobs: with: config_file: '.github/.licenserc.yaml' source_dir: 'include src tests' - compilers: '["gcc-11"]' + compilers: '["gcc-11", "clang-14"]' doc_target: 'tensorwrapper_cxx_api' secrets: inherit