Fix Github Actions.

Seems KF5LocaleData is not present in libkf5i18n-dev.
This commit is contained in:
Ayush Singh 2021-12-16 00:27:18 +05:30
parent 10f1b9ab50
commit d328024062

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 libkf5i18nlocaledata5
- name: Build
run: cargo build --verbose --all-features
- name: Run tests