CI: Fix Fedora 37 build

This commit is contained in:
Jonas Kvinge 2022-12-03 04:40:10 +01:00
parent 55e04dd520
commit de544c4856
1 changed files with 2 additions and 0 deletions

View File

@ -187,6 +187,8 @@ jobs:
desktop-file-utils
libappstream-glib
hicolor-icon-theme
- name: Remove dangling Qt 6 SQL CMake files
run: rm -rf /usr/lib64/cmake/Qt6Sql/Qt6QMYSQL* /usr/lib64/cmake/Qt6Sql/Qt6QODBCD* /usr/lib64/cmake/Qt6Sql/Qt6QPSQL*
- uses: actions/checkout@v3
with:
fetch-depth: 0