llvm-builder: use the ninja generator for building the builtins on windows (#299)

The builtins build should use the Ninja generator (MSVC does not build a
valid archive).

Tested and verified here:
https://github.com/paritytech/revive-alex-workflowtest/releases/tag/untagged-f02d0f574bab8404fead

Closes #305

Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
This commit is contained in:
xermicus
2025-05-07 11:10:58 +02:00
committed by GitHub
parent a560b2d919
commit e3a9c95d32
2 changed files with 7 additions and 8 deletions
+5
View File
@@ -87,6 +87,11 @@ jobs:
run: |
brew install ninja
- name: Install Dependencies
if: ${{ matrix.host == 'windows' }}
run: |
choco install ninja
- name: Install LLVM Builder
run: |
cargo install --path crates/llvm-builder