Fix for Github Action.
Added dependency for `kf5-config`
This commit is contained in:
parent
22b73b75fc
commit
4a5a093961
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -44,7 +44,7 @@ jobs:
|
|||
cached: ${{ steps.cache-qt.outputs.cache-hit }}
|
||||
|
||||
- name: Install KF5i18n
|
||||
run: sudo apt install libkf5i18n-dev
|
||||
run: sudo apt install libkf5i18n-dev libkf5kdelibs4support5-bin
|
||||
- name: Build
|
||||
run: cargo build --verbose --all-features
|
||||
- name: Run tests
|
||||
|
|
Loading…
Reference in a new issue