mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[GITHUB] build.yml: Update LLVM version to 13 (#4054)
This commit is contained in:
@@ -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