mirror of
https://github.com/redstrate/Auracite.git
synced 2025-05-01 08:27:46 +00:00
Install KF6 requirements on the CI
This commit is contained in:
parent
9ab9617170
commit
c66284eb06
1 changed files with 8 additions and 1 deletions
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
|
@ -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 \
|
||||||
|
libkf6coreaddons-dev \
|
||||||
|
libkf6i18n-dev \
|
||||||
|
libkf6crash-dev
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --verbose
|
run: cargo build --verbose
|
||||||
- name: Run clippy
|
- name: Run clippy
|
||||||
|
|
Loading…
Add table
Reference in a new issue