jurplel / install-qt-action

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

bug: action failing with install tools_ninja #237

Closed shun2wang closed 4 months ago

shun2wang commented 5 months ago

See https://github.com/jasp-stats/jasp-desktop/actions/runs/8877665874/job/24371702860 for example,the process suddenly failed recently on Ubuntu.

thanks for your work!

shun2wang commented 5 months ago

it's works while I remove tools_ninja from install options.

pzhlkj6612 commented 5 months ago

Hi. The Ninja package appears to have been updated in the past few days (web archive), so you might be unlucky to try to download it at a time that Qt staffs have removed old files. I tested your workflow just now and it works, maybe you can run it again.

/opt/hostedtoolcache/Python/3.11.9/x64/bin/python3 -m aqt install-tool linux desktop tools_ninja --outputdir /home/runner/work/iqta-test-0/Qt
INFO    : aqtinstall(aqt) v3.1.15 on Python 3.11.9 [CPython GCC 11.4.0]
INFO    : Downloading qt.tools.ninja...
INFO    : Redirected: qt.mirror.constant.com
INFO    : Finished installation of linux64_ninja.7z in 1.78994717
INFO    : Finished installation
INFO    : Time elapsed: 5.59190405 second

.

shun2wang commented 4 months ago

Thanks!