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:
parent
27c53eb455
commit
00fbfe306c
1 changed files with 7 additions and 0 deletions
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue