瀏覽代碼

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