Fix: add noconfirm to package update

This commit is contained in:
2025-07-10 08:36:30 +08:00
parent 155c7e527f
commit 84c7f37609

View File

@@ -35,7 +35,7 @@ runs:
- name: Update packages
run: |
sudo pacman -Syu
sudo pacman -Syu --needed --noconfirm
- name: Build package
run: |