jurplel / install-qt-action

Install Qt on your Github Actions workflows with just one simple action
MIT License
446 stars 78 forks source link

Qt 6.5.2 does not install properly #200

Closed rjindael closed 11 months ago

rjindael commented 11 months ago

Resolved spec '6.5.*' to 6.5.2
Specified Qt version is unknown: 6.5.2.
Caught ChecksumDownloadFailure, terminating installer workers
Failed to download checksum for the file '6.5.2-0-202307080352qttools-Linux-RHEL_8_4-GCC-Linux-RHEL_8_4-X86_64.7z' from mirrors '['https://download.qt.io/']
usage: aqt [-h] [-c CONFIG]
           {install-qt,install-tool,install-doc,install-example,install-src,list-qt,list-tool,list-doc,list-example,list-src,install,tool,doc,examples,src,help,version}
           ...

Another unofficial Qt Installer.
aqt helps you install Qt SDK, tools, examples and others

options:
  -h, --help            show this help message and exit
  -c CONFIG, --config CONFIG
                        Configuration ini file.

subcommands:
  aqt accepts several subcommands:
  install-* subcommands are commands that install components
  list-* subcommands are commands that show available components

  commands {install|tool|src|examples|doc} are deprecated and marked for removal

  {install-qt,install-tool,install-doc,install-example,install-src,list-qt,list-tool,list-doc,list-example,list-src,install,tool,doc,examples,src,help,version}
                        Please refer to each help message by using '--help' with each subcommand```
DavidLazarescu commented 11 months ago

I am running into the same problem

jurplel commented 11 months ago

Duplicate of #193 I believe.