mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 00:04:48 -07:00
Fix Fedora 44 build: suppress -Werror=sfinae-incomplete for GCC 16+ (#6843)
Qt MOC and protobuf forward declarations trigger this warning in GCC 16. Re-enable Fedora 44 CI build now that it compiles successfully.
This commit is contained in:
parent
19dbb17fb9
commit
43bee2316e
2 changed files with 1 additions and 1 deletions
1
.github/workflows/desktop-build.yml
vendored
1
.github/workflows/desktop-build.yml
vendored
|
|
@ -138,7 +138,6 @@ jobs:
|
|||
- distro: Fedora
|
||||
version: 44
|
||||
package: RPM
|
||||
test: skip # This is failing to build, currently. To be fixed.
|
||||
|
||||
- distro: Ubuntu
|
||||
version: 22.04
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue