From 805b1d831704b2c208710aaeb27f5fb7bf50bd0b Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Wed, 13 Apr 2022 10:24:11 -0400 Subject: [PATCH] Fix GitHub CI --- .github/workflows/arch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/arch.yml b/.github/workflows/arch.yml index 4664bd6..715de97 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 unshield + pacman -Syu --noconfirm base-devel qt5-tools qt5-base libsecret cmake git tesseract libxcomposite unshield pugixml - uses: actions/checkout@v2 with: