[Build] Use clang 20 for clang format consistently across Win/Lin
This commit is contained in:
2
.github/workflows/Linux_build.yml
vendored
2
.github/workflows/Linux_build.yml
vendored
@@ -53,7 +53,7 @@ jobs:
|
||||
- name: Setup
|
||||
id: setup
|
||||
env:
|
||||
LLVM_VERSION: 19 # Same as Windows
|
||||
LLVM_VERSION: 20
|
||||
run: |
|
||||
UBUNTU_BASE=$(lsb_release -cs)
|
||||
#echo "LLVM_VERSION=$LLVM_VERSION" >> "$GITHUB_OUTPUT"
|
||||
|
||||
Reference in New Issue
Block a user