We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0135faa commit cc5f4cbCopy full SHA for cc5f4cb
.github/workflows/ci.yml
@@ -49,13 +49,13 @@ jobs:
49
shell: pwsh
50
51
- name: Install Ninja
52
- run: winget install --disable-interactivity Ninja-build.Ninja
+ run: winget install --accept-source-agreements --accept-package-agreements Ninja-build.Ninja
53
54
- name: Install NASM
55
- run: winget install --disable-interactivity NASM
+ run: winget install --accept-source-agreements --accept-package-agreements NASM
56
57
- name: Upgrade LLVM
58
- run: winget install --disable-interactivity LLVM.LLVM
+ run: winget install --accept-source-agreements --accept-package-agreements LLVM.LLVM
59
60
- uses: ilammy/msvc-dev-cmd@v1
61
with:
0 commit comments