jurplel / install-qt-action

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

Hang after successfully saving the cache #236

Closed firewave closed 1 month ago

firewave commented 2 months ago

After the cache has been successfully saved the action just sits there for a while and does nothing.

I assume this is related to the fallout of moving to Node 20 which causes a 2 minute hang in a lot of GitHub actions. See https://github.com/actions/toolkit/issues/1643 for more details.

I am using jurplel/install-qt-action@v3 and I have experienced this with ArchLinux and Fedora so far.

jurplel commented 1 month ago

Looks like there's a workaround https://github.com/irgaly/xcode-cache/pull/58 https://github.com/masci/datadog/pull/33

jurplel commented 1 month ago

Should be resolved with latest changes. I'll make a release now-ish. Let me know if the issue comes back.