mirror of
https://github.com/reactos/reactos.git
synced 2026-05-22 15:20:29 +08:00
committed by
Jérôme Gardou
parent
32b0cf6fc6
commit
4d00a5653a
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
||||
- name: Install LLVM
|
||||
if: ${{ matrix.compiler == 'clang' }}
|
||||
run: |
|
||||
echo "LLVM_VERSION=12" >> $GITHUB_ENV
|
||||
export LLVM_VERSION=12
|
||||
wget https://apt.llvm.org/llvm.sh
|
||||
chmod +x llvm.sh
|
||||
sudo ./llvm.sh $LLVM_VERSION
|
||||
|
||||
Reference in New Issue
Block a user