Skip to content

Commit e10c55b

Browse files
committed
fix(CI): pass the --noconfirm option to pacman, so it doesn't ask the user for confirmation for installing the packages
1 parent 0a2114f commit e10c55b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
shell: bash
4646
run: |
4747
if [[ "$RUNNER_OS" == "Windows" ]]; then
48-
pacman -S mingw-w64-ucrt-x86_64-capnproto
48+
pacman -S --noconfirm mingw-w64-ucrt-x86_64-capnproto
4949
# ridk enable
5050
fi
5151
just build-extension

0 commit comments

Comments
 (0)