Skip to content

Commit

Permalink
Install KF6 requirements on the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
redstrate authored Nov 6, 2024
1 parent 9ab9617 commit c66284e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,14 @@ 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
run: cargo clippy
run: cargo clippy

0 comments on commit c66284e

Please sign in to comment.