From 88ac12df6c8253c5117bb2b9dd45ec61b9207759 Mon Sep 17 00:00:00 2001 From: Alex Cheema Date: Thu, 23 Jan 2025 01:55:14 +0000 Subject: [PATCH] install clang test --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2cfe0c856..ba9c6983b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -266,7 +266,7 @@ jobs: sudo apt-get update sudo add-apt-repository -y ppa:deadsnakes/ppa sudo apt-get update - sudo apt-get install -y python3.12 python3.12-venv + sudo apt-get install -y python3.12 python3.12-venv clang python3.12 -m venv env source env/bin/activate - run: