We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b417922 commit 0135faaCopy full SHA for 0135faa
.github/workflows/ci.yml
@@ -48,11 +48,14 @@ jobs:
48
run: Add-AppxPackage -RegisterByFamilyName -MainPackage Microsoft.DesktopAppInstaller_8wekyb3d8bbwe
49
shell: pwsh
50
51
- - name: Install Windows packages
52
- run: winget install Ninja-build.Ninja NASM
+ - name: Install Ninja
+ run: winget install --disable-interactivity Ninja-build.Ninja
53
+
54
+ - name: Install NASM
55
+ run: winget install --disable-interactivity NASM
56
57
- name: Upgrade LLVM
- run: winget install LLVM.LLVM
58
+ run: winget install --disable-interactivity LLVM.LLVM
59
60
- uses: ilammy/msvc-dev-cmd@v1
61
with:
0 commit comments