Fix for Github Action.

Added dependency for `kf5-config`
This commit is contained in:
Ayush Singh 2022-01-04 13:21:37 +05:30
parent 22b73b75fc
commit 4a5a093961

View file

@ -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