Skip to content

Commit bcc6f21

Browse files
committed
comment
1 parent 464427a commit bcc6f21

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI-unixish-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
with_gui: false # it appears FindQt6.cmake is not provided by any package
3232
full_build: false # FIXME: test-signalhandler.cpp fails to build since feenableexcept() is missing
3333
- 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
34+
with_gui: false # no qt6 are installed, missing GUI in old distros is OK
35+
full_build: true
3636
fail-fast: false # Prefer quick result
3737

3838
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)