From fbdaff94a2a3ce0208aa7feef557a9cda60717b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=BB=D0=B0=D0=B4=D0=B8=D0=BC=D0=B8=D1=80=20=D0=A7?= =?UTF-8?q?=D0=B8=D0=B6?= Date: Fri, 1 Mar 2024 00:00:03 +0100 Subject: [PATCH] add clang 16b support --- .github/workflows/cmake-multi-platform.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 850f4b9..e0f811b 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -59,8 +59,6 @@ jobs: - name: Install clang run: | - brew uninstall clang - brew install llvm@16 echo 'PATH="/opt/homebrew/opt/llvm@16/bin:$PATH"' >> ~/.bash_profile source ~/.bash_profile