From a4bf853bbae914097014a1de8f0db62396bd5e8b Mon Sep 17 00:00:00 2001 From: Aleksey Dobrunov Date: Sun, 12 May 2024 00:41:33 +0500 Subject: [PATCH] fix clang build --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d95f7ba3..4c6240df 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,7 +48,7 @@ jobs: - compiler: clang version: 10 c: /usr/bin/clang-10 - cxx: /usr/bin/clang-10 + cxx: /usr/bin/clang++-10 name: ubuntu-${{ matrix.compiler }}-${{ matrix.version }} @@ -99,7 +99,7 @@ jobs: - compiler: clang version: 15 c: /usr/bin/clang-15 - cxx: /usr/bin/clang-15 + cxx: /usr/bin/clang++-15 name: ubuntu-${{ matrix.compiler }}-${{ matrix.version }} -- 2.11.4.GIT