Quellcode durchsuchen

install clang test

Alex Cheema vor 6 Monaten
Ursprung
Commit
88ac12df6c
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      .circleci/config.yml

+ 1 - 1
.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: