We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6690be commit 7e64e19Copy full SHA for 7e64e19
.github/workflows/build_steps.yml
@@ -125,6 +125,7 @@ jobs:
125
if: matrix.os == 'windows'
126
run: |
127
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
129
130
- name: Enable Windows compiler commands
131
0 commit comments