Skip to content

Commit 7e64e19

Browse files
author
Vasil Pashov
committed
Install ninja
1 parent f6690be commit 7e64e19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_steps.yml

+1
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ jobs:
125125
if: matrix.os == 'windows'
126126
run: |
127127
choco install -y -f visualstudio2022buildtools --version=117.11.4 --params "--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --installChannelUri https://aka.ms/vs/17/release/390666095_1317821361/channel"
128+
choco install -y ninja
128129
129130
- name: Enable Windows compiler commands
130131
if: matrix.os == 'windows'

0 commit comments

Comments
 (0)