mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
[GITHUB] Use 64bit LLVM for both 32bit and 64bit clang-cl builds
This commit is contained in:
parent
62d1a2c884
commit
f17c2c0db9
1 changed files with 1 additions and 7 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -173,13 +173,7 @@ jobs:
|
|||
steps:
|
||||
- name: Install ninja
|
||||
run: choco install -y ninja
|
||||
- name: Install LLVM (x86)
|
||||
if: ${{ matrix.arch == 'i386' }}
|
||||
run: |
|
||||
choco install --x86 -y llvm
|
||||
echo "LLVM_PATH=${env:PROGRAMFILES(X86)}\llvm\bin" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
|
||||
- name: Install LLVM (amd64)
|
||||
if: ${{ matrix.arch == 'amd64' }}
|
||||
- name: Install LLVM
|
||||
run: |
|
||||
choco install -y llvm
|
||||
echo "LLVM_PATH=${env:PROGRAMFILES}\llvm\bin" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
|
||||
|
|
Loading…
Reference in a new issue