1
Fork 0
mirror of https://github.com/redstrate/Auracite.git synced 2025-04-21 12:17: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 }}.*" version: "${{ env.QT_VERSION }}.*"
cache: true cache: true
modules: 'qtshadertools' modules: 'qtshadertools'
- name: Setup Linux dependencies
run: |
sudo apt-get update
sudo apt-get install \
gettext \
gperf \
libwayland-dev \
- name: Set reusable strings - name: Set reusable strings
id: strings id: strings
shell: bash shell: bash