소스 검색

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