diff --git a/.github/workflows/arch.yml b/.github/workflows/arch.yml index 7b028a5c8..0a684491c 100644 --- a/.github/workflows/arch.yml +++ b/.github/workflows/arch.yml @@ -76,11 +76,11 @@ jobs: name: Update package repository needs: [build] runs-on: ubuntu-latest - container: archlinux steps: - name: Install dependencies run: | - pacman -Sy --noconfirm git + apt-get update + apt-get install -y git - name: Download artifacts uses: actions/download-artifact@v1