Skip to content

Commit 86d2ece

Browse files
committed
gha: build - extend comment on Ubuntu 20.04 fixes
1 parent 3ae645d commit 86d2ece

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ jobs:
5959
# - we cannot use the standard g++9 because it's not fully C++20 compatible yet (e.g. <numbers> header is not available on g++-9)
6060
# - install g++ 11
6161
# - update open_iA cmake config to use it
62-
# - Also, aqt cannot install Qt > 6.8.0, because it's only available in version 3.1.18 (see
62+
# - Also, aqt cannot install Qt > 6.8.0 there
63+
# - only aqt >= 3.1.19 can do that, but it's only available in version 3.1.18
64+
# - see https://github.com/miurahr/aqtinstall/issues/825
6365
- if: matrix.os == 'ubuntu-20.04'
6466
name: Set Qt version (Ubuntu 20.04)
6567
run: |

0 commit comments

Comments
 (0)