mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-23 14:11:55 +01:00
CI: Add Remove Fedora 35 and add 38
This commit is contained in:
parent
754cfc3bfd
commit
0b73ca8318
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -137,7 +137,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
fedora_version: [ '35', '36', '37' ]
|
||||
fedora_version: [ '36', '37', '38' ]
|
||||
container:
|
||||
image: fedora:${{matrix.fedora_version}}
|
||||
steps:
|
||||
@ -188,7 +188,7 @@ jobs:
|
||||
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*
|
||||
run: rm -rf /usr/lib64/cmake/Qt6Sql/{Qt6QMYSQL*,Qt6QODBCD*,Qt6QPSQL*}
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
Loading…
Reference in New Issue
Block a user