mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
[GITHUB] build.yml: Update LLVM version to 13 (#4054)
This commit is contained in:
parent
1ade494a70
commit
4b0249e98a
1 changed files with 1 additions and 1 deletions
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
|
||||
|
|
Loading…
Reference in a new issue