Removing KCountry for now.

Cannot find the package providing KCountry.h in Ubuntu. It is present
with the normal KI18n in Arch Linux so no idea what to do.
This commit is contained in:
Ayush Singh 2021-12-23 15:10:06 +05:30
parent d328024062
commit b237f0e4ff
3 changed files with 5 additions and 5 deletions

View file

@ -44,7 +44,7 @@ jobs:
cached: ${{ steps.cache-qt.outputs.cache-hit }}
- name: Install KF5i18n
run: sudo apt install libkf5i18n-dev libkf5i18nlocaledata5
run: sudo apt install libkf5i18n-dev
- name: Build
run: cargo build --verbose --all-features
- name: Run tests