chore: install clang 20 only for ubuntu & windows

This commit is contained in:
zonyitoo
2025-03-08 00:57:45 +08:00
parent a9d239afae
commit 2d7766dbb2

View File

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