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

Add unshield as a CI dependency

This commit is contained in:
Joshua Goins 2022-03-28 10:42:23 -04:00
parent ce84db9c47
commit 7ee2e5a9f9

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
pacman -Syu --noconfirm base-devel qt5-tools qt5-base libsecret cmake git tesseract libxcomposite unshield
- uses: actions/checkout@v2
with: