chore: install clang 18

This commit is contained in:
zonyitoo
2025-03-08 01:22:01 +08:00
parent ecbaa65c22
commit 5b459cab55

View File

@@ -32,7 +32,7 @@ jobs:
name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v2
with:
version: "20"
version: "18"
- name: Install Rust
run: |
rustup set profile minimal