awalsh128 / cache-apt-pkgs-action

Cache APT packages in GitHub Actions
Other
205 stars 35 forks source link

Remove compression from file caching. #53

Closed awalsh128 closed 2 years ago

awalsh128 commented 2 years ago

The actions/cache already compresses the cache that it restores. Any additional compression (i.e. cached packages) is redundant and incurs more overhead by having to compress even set of files. Decided to remove this entirely so the whole action can be sped up.