Skip to content

Commit cd4b4bf

Browse files
committed
make pacman non-interactive
1 parent 60474a4 commit cd4b4bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-binary-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
- name: Install pip
195195
shell: msys2 {0}
196196
run: |
197-
pacman -S python-pip
197+
pacman --noconfirm -S python-pip
198198
pip install --upgrade pip
199199
200200
- name: Build Python bindings

0 commit comments

Comments
 (0)