1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-20 19:57:45 +00:00

Fix GitHub CI

This commit is contained in:
Joshua Goins 2022-04-13 10:24:11 -04:00
parent ed53c87343
commit 805b1d8317

View file

@ -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: