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

Install necessary Linux dependencies

This commit is contained in:
Joshua Goins 2024-11-05 21:13:40 -05:00
parent 27c53eb455
commit 00fbfe306c

View file

@ -32,6 +32,13 @@ jobs:
version: "${{ env.QT_VERSION }}.*"
cache: true
modules: 'qtshadertools'
- name: Setup Linux dependencies
run: |
sudo apt-get update
sudo apt-get install \
gettext \
gperf \
libwayland-dev \
- name: Set reusable strings
id: strings
shell: bash