diff --git a/.github/workflows/arch.yml b/.github/workflows/arch.yml index 1e565cf..4664bd6 100644 --- a/.github/workflows/arch.yml +++ b/.github/workflows/arch.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Install dependencies run: | - pacman -Syu --noconfirm base-devel qt5-tools qt5-base libsecret cmake git tesseract libxcomposite + pacman -Syu --noconfirm base-devel qt5-tools qt5-base libsecret cmake git tesseract libxcomposite unshield - uses: actions/checkout@v2 with: