https://git.reactos.org/?p=reactos.git;a=commitdiff;h=4b0249e98a7d5893f4570…
commit 4b0249e98a7d5893f4570f48dea9ce24bc12cf02
Author: Serge Gautherie <32623169+SergeGautherie(a)users.noreply.github.com>
AuthorDate: Fri Oct 22 17:17:06 2021 +0200
Commit: GitHub <noreply(a)github.com>
CommitDate: Fri Oct 22 18:17:06 2021 +0300
[GITHUB] build.yml: Update LLVM version to 13 (#4054)
---
.github/workflows/build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 2ccb6da912a..54fd58b7893 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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