Browse Source

clang v test

keyvan 10 months ago
parent
commit
b888f04cc3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/ci-pre-commit.yml

+ 2 - 0
.github/workflows/ci-pre-commit.yml

@@ -27,8 +27,10 @@ jobs:
           rustup install 1.73.0
       - name: Install clang
         run: |
+          clang -v
           sudo apt-get update
           sudo apt install make clang pkg-config libssl-dev
+          clang -v
       - name: Install protoc
         uses: arduino/setup-protoc@v3
       - name: Install poetry