jurplel / install-qt-action

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

Cache will not be reusable by action #215

Closed shun2wang closed 6 months ago

shun2wang commented 7 months ago

Hi, Thanks for your work! On my github action while I set cache:true to speed up the workflow, but seems the old cache will not be used and will takes about 1h44m. see this action log of the install Qt setp: https://github.com/jasp-stats/jasp-desktop/actions/runs/6880155566/job/18713728874

any suggests?

with thanks.

pzhlkj6612 commented 7 months ago

Hi.

It seems that the workflow run before the one you mentioned (6879299409) hit the cache successfully.

Cache restored successfully Automatic cache hit with key "install-qt-action-linux-6.2.0-1015-azure-desktop-gcc_64-6.5.*-/home/runner/work/jasp-desktop/Qt-==0.19.*-==3.1.*-qtpositioning-qtwebchannel-qtwebengine-qtwebsockets-qtwebview-debug_info-qt5compat-qtshadertools-qtwaylandcompositor-tools_qtcreator qt.tools.qtcreator-tools_ninja-tools_cmake"

Maybe there are some issues on GitHub end? I think you can re-run the workflow and see what happens.

You can also check your cache entries at https://github.com/jasp-stats/jasp-desktop/actions/caches .

jurplel commented 6 months ago

closing due to inactivity, feel free to reopen