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