1
Fork 0
mirror of https://github.com/redstrate/Auracite.git synced 2025-05-01 00:17:45 +00:00

Install KF6 requirements on the CI

This commit is contained in:
Joshua Goins 2024-11-05 20:56:26 -05:00 committed by GitHub
parent 9ab9617170
commit c66284eb06
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 \
libkf6coreaddons-dev \
libkf6i18n-dev \
libkf6crash-dev
- name: Build
run: cargo build --verbose
- name: Run clippy