mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
[GITHUB] Fix LLVM version for the clang-cl build (#4578)
This commit is contained in:
parent
45f75d5d32
commit
83faa2da5e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -225,7 +225,7 @@ jobs:
|
|||
run: choco install -y ninja
|
||||
- name: Install LLVM
|
||||
run: |
|
||||
choco install -y llvm
|
||||
choco install -y --allow-downgrade llvm --version 13.0.1
|
||||
echo "LLVM_PATH=${env:PROGRAMFILES}\llvm\bin" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
|
||||
- name: Install Flex & Bison
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue