We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 464427a commit bcc6f21Copy full SHA for bcc6f21
1 file changed
.github/workflows/CI-unixish-docker.yml
@@ -31,8 +31,8 @@ jobs:
31
with_gui: false # it appears FindQt6.cmake is not provided by any package
32
full_build: false # FIXME: test-signalhandler.cpp fails to build since feenableexcept() is missing
33
- image: "oraclelinux:8"
34
- with_gui: false # no qt6 are installed
35
- full_build: true # FIXME: test-signalhandler.cpp fails to build since feenableexcept() is missing
+ with_gui: false # no qt6 are installed, missing GUI in old distros is OK
+ full_build: true
36
fail-fast: false # Prefer quick result
37
38
runs-on: ubuntu-22.04
0 commit comments