diff --git a/.github/workflows/arch.yml b/.github/workflows/arch.yml index 9be672695..19d66f01f 100644 --- a/.github/workflows/arch.yml +++ b/.github/workflows/arch.yml @@ -100,7 +100,7 @@ jobs: steps: - name: Install dependencies run: | - pacman -Syu + pacman -Syu --noconfirm pacman -S --noconfirm base-devel git - name: Download artifacts diff --git a/.github/workflows/arch_lts.yml b/.github/workflows/arch_lts.yml index 812158026..6a4cd103f 100644 --- a/.github/workflows/arch_lts.yml +++ b/.github/workflows/arch_lts.yml @@ -100,7 +100,7 @@ jobs: steps: - name: Install dependencies run: | - pacman -Syu + pacman -Syu --noconfirm pacman -S --noconfirm base-devel git - name: Download artifacts