Skip to content

Commit

Permalink
install clang test
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCheema committed Jan 23, 2025
1 parent dfd9d3e commit 88ac12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 88ac12d

Please sign in to comment.