소스 검색

force clang14

keyvan 10 달 전
부모
커밋
e0f8301040
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .github/workflows/ci-pre-commit.yml

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

@@ -29,6 +29,7 @@ jobs:
         run: |
           sudo apt-get update
           sudo apt install make clang-14 pkg-config libssl-dev
+          sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-14 100
           clang -v
       - name: Install protoc
         uses: arduino/setup-protoc@v3