mirror of
https://github.com/reactos/reactos
synced 2025-10-06 00:12:51 +02:00
[GITHUB] build.yml: Update LLVM version to 13 (#4054)
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
||||
- name: Install LLVM
|
||||
if: ${{ matrix.compiler == 'clang' }}
|
||||
run: |
|
||||
export LLVM_VERSION=12
|
||||
export LLVM_VERSION=13
|
||||
wget https://apt.llvm.org/llvm.sh
|
||||
chmod +x llvm.sh
|
||||
sudo ./llvm.sh $LLVM_VERSION
|
||||
|
Reference in New Issue
Block a user