jurplel / install-qt-action

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

Qt 5.11 cache is 1GB #73

Closed vadi2 closed 3 years ago

vadi2 commented 3 years ago

For Qt 5.11, the cache seems to be 1GB, whereas other Qt versions it's a few megs. Here's a sample repository to reproduce the problem: https://github.com/vadi2/qtinstall-5.11/runs/1569222097

Any ideas on what's going wrong?

jurplel commented 3 years ago

I really don't, I haven't played with caching very much. I don't know how a whole Qt installation could be a few megabytes, shouldn't a qt installation be more like ~500 megabytes?