mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 00:20:34 +00:00
[GITHUB] Update LLVM version to 12 and fix indentation
This commit is contained in:
parent
32428a39ed
commit
246dbd3384
1 changed files with 91 additions and 91 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -66,7 +66,7 @@ jobs:
|
|||
tar -I zstd -xvf rosbe-ci.tar.zst --directory ${{github.workspace}}/rosbe
|
||||
- name: Set LLVM version
|
||||
run: |
|
||||
echo "LLVM_VERSION=11" >> $GITHUB_ENV
|
||||
echo "LLVM_VERSION=12" >> $GITHUB_ENV
|
||||
- name: Install LLVM
|
||||
run: |
|
||||
wget https://apt.llvm.org/llvm.sh
|
||||
|
|
Loading…
Reference in a new issue