We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ae645d commit 86d2eceCopy full SHA for 86d2ece
.github/workflows/build.yml
@@ -59,7 +59,9 @@ jobs:
59
# - 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)
60
# - install g++ 11
61
# - 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
+ # - 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
65
- if: matrix.os == 'ubuntu-20.04'
66
name: Set Qt version (Ubuntu 20.04)
67
run: |
0 commit comments