chore: install clang 20

This commit is contained in:
zonyitoo
2025-03-08 00:56:07 +08:00
parent ffaf6b9145
commit a9d239afae

View File

@@ -28,8 +28,10 @@ jobs:
- uses: Swatinem/rust-cache@v2
- if: ${{ runner.os == 'Windows' }}
uses: ilammy/setup-nasm@v1
- if: ${{ matrix.platform == 'ubuntu-latest' || matrix.platform == 'windows-latest' }}
uses: egor-tensin/setup-clang@v1
- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v2
with:
version: "20"
- name: Install Rust
run: |
rustup set profile minimal