浏览代码

clang v test

keyvan 10 月之前
父节点
当前提交
b888f04cc3
共有 1 个文件被更改,包括 2 次插入0 次删除
  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