Skip to content

Commit cc5f4cb

Browse files
committed
fix(CI): Automatically accept MS terms
1 parent 0135faa commit cc5f4cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ jobs:
4949
shell: pwsh
5050

5151
- name: Install Ninja
52-
run: winget install --disable-interactivity Ninja-build.Ninja
52+
run: winget install --accept-source-agreements --accept-package-agreements Ninja-build.Ninja
5353

5454
- name: Install NASM
55-
run: winget install --disable-interactivity NASM
55+
run: winget install --accept-source-agreements --accept-package-agreements NASM
5656

5757
- name: Upgrade LLVM
58-
run: winget install --disable-interactivity LLVM.LLVM
58+
run: winget install --accept-source-agreements --accept-package-agreements LLVM.LLVM
5959

6060
- uses: ilammy/msvc-dev-cmd@v1
6161
with:

0 commit comments

Comments
 (0)